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

Struct TestExecution

models/test_case.go:46–50  ·  view source on GitHub ↗

TestExecution represents a single test execution

Source from the content-addressed store, hash-verified

44
45// TestExecution represents a single test execution
46type TestExecution struct {
47 TestCase TestCase `json:"test_case"`
48 ModelName string `json:"model_name"`
49 Config TestConfig `json:"config"`
50}
51
52// ActualToolCall represents the actual function call made by the model
53type ActualToolCall struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected