MCPcopy
hub / github.com/docker/docker-agent / WithModelOverrides

Function WithModelOverrides

pkg/teamloader/teamloader.go:53–58  ·  view source on GitHub ↗
(overrides []string)

Source from the content-addressed store, hash-verified

51type Opt func(*loadOptions) error
52
53func WithModelOverrides(overrides []string) Opt {
54 return func(opts *loadOptions) error {
55 opts.modelOverrides = overrides
56 return nil
57 }
58}
59
60// WithPromptFiles adds additional prompt files to all agents.
61// These are merged with any prompt files defined in the agent config.

Callers 5

LoadFunction · 0.92
runDebugTitleCommandMethod · 0.92
loadAgentFromMethod · 0.92
TestOverrideModelFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestOverrideModelFunction · 0.68