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

Struct TestConfig

models/test_case.go:38–43  ·  view source on GitHub ↗

TestConfig holds configuration parameters for the test

Source from the content-addressed store, hash-verified

36
37// TestConfig holds configuration parameters for the test
38type TestConfig struct {
39 SystemPrompt string `json:"system_prompt,omitempty"`
40 Temperature float32 `json:"temperature,omitempty"`
41 TopK int `json:"top_k,omitempty"`
42 MaxTokens int `json:"max_tokens,omitempty"`
43}
44
45// TestExecution represents a single test execution
46type TestExecution struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected