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

Method getModelName

services/test_runner.go:253–258  ·  view source on GitHub ↗

getModelName returns the model name to use for test results

()

Source from the content-addressed store, hash-verified

251
252// getModelName returns the model name to use for test results
253func (tr *TestRunner) getModelName() string {
254 if tr.defaultModel == "" {
255 return "gpt-4o-mini"
256 }
257 return tr.defaultModel
258}
259
260// SaveResults saves test results to a JSON file
261func (tr *TestRunner) SaveResults(filename string, report *models.AgentReport) error {

Callers 1

runAgentTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected