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

Struct ActualToolCall

models/test_case.go:53–56  ·  view source on GitHub ↗

ActualToolCall represents the actual function call made by the model

Source from the content-addressed store, hash-verified

51
52// ActualToolCall represents the actual function call made by the model
53type ActualToolCall struct {
54 Name string `json:"name"`
55 Arguments map[string]interface{} `json:"arguments"`
56}
57
58// ChatCompletionRequest represents the request sent to OpenAI
59type ChatCompletionRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected