MCPcopy Create free account
hub / github.com/docker/model-test / ExpectedToolCall

Struct ExpectedToolCall

models/test_case.go:32–35  ·  view source on GitHub ↗

ExpectedToolCall represents the expected function call

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected