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

Struct ExpectedToolPath

models/test_case.go:25–29  ·  view source on GitHub ↗

ExpectedToolPath represents one valid execution path

Source from the content-addressed store, hash-verified

23
24// ExpectedToolPath represents one valid execution path
25type ExpectedToolPath struct {
26 Name string `json:"name"`
27 Description string `json:"description,omitempty"`
28 Tools []ExpectedToolCall `json:"tools"`
29}
30
31// ExpectedToolCall represents the expected function call
32type ExpectedToolCall struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected