diff --git a/pkg/tools/subagent_tool_test.go b/pkg/tools/subagent_tool_test.go index 55f3a2528..f960a7fda 100644 --- a/pkg/tools/subagent_tool_test.go +++ b/pkg/tools/subagent_tool_test.go @@ -10,7 +10,7 @@ import ( ) // MockLLMProvider is a test implementation of LLMProvider -type MockLLMProvider struct{ +type MockLLMProvider struct { lastOptions map[string]interface{} }