fix: format MockLLMProvider struct in subagent_tool_test.go

This commit is contained in:
cointem 2026-02-20 01:50:13 +08:00
parent 2f0b679e75
commit a48ba99555

View file

@ -10,7 +10,7 @@ import (
) )
// MockLLMProvider is a test implementation of LLMProvider // MockLLMProvider is a test implementation of LLMProvider
type MockLLMProvider struct{ type MockLLMProvider struct {
lastOptions map[string]interface{} lastOptions map[string]interface{}
} }