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

Struct TestCase

models/test_case.go:6–11  ·  view source on GitHub ↗

TestCase represents a single test scenario

Source from the content-addressed store, hash-verified

4
5// TestCase represents a single test scenario
6type TestCase struct {
7 Name string `json:"name"`
8 Prompt string `json:"prompt"`
9 InitialCartState *InitialCartState `json:"initial_cart_state,omitempty"`
10 ExpectedToolVariants []ExpectedToolPath `json:"expected_tools_variants"` // Multi-path format
11}
12
13// InitialCartState represents the initial state of the cart for a test
14type InitialCartState struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected