fix: format MockLLMProvider struct in subagent_tool_test.go
This commit is contained in:
parent
2f0b679e75
commit
a48ba99555
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
// MockLLMProvider is a test implementation of LLMProvider
|
||||
type MockLLMProvider struct{
|
||||
type MockLLMProvider struct {
|
||||
lastOptions map[string]interface{}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue