MCPcopy Index your code
hub / github.com/docker/docker-agent / WithModelsDevStore

Function WithModelsDevStore

pkg/model/provider/options/options.go:124–128  ·  view source on GitHub ↗
(store *modelsdev.Store)

Source from the content-addressed store, hash-verified

122}
123
124func WithModelsDevStore(store *modelsdev.Store) Opt {
125 return func(cfg *ModelOptions) {
126 cfg.modelsDevStore = store
127 }
128}
129
130// WithHTTPTransportWrapper registers a function that wraps the HTTP transport
131// used by provider clients (Anthropic, OpenAI, and Gemini with the Gemini API

Callers 9

optionsFromStoreFunction · 0.92
getModelsForAgentFunction · 0.92
getTitleModelForAgentFunction · 0.92
FromModelOptionsFunction · 0.85

Calls

no outgoing calls