ExpectedToolCall represents the expected function call
| 30 | |
| 31 | // ExpectedToolCall represents the expected function call |
| 32 | type ExpectedToolCall struct { |
| 33 | Name string `json:"name"` |
| 34 | Arguments map[string]interface{} `json:"arguments"` |
| 35 | } |
| 36 | |
| 37 | // TestConfig holds configuration parameters for the test |
| 38 | type TestConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected