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

Function WithStructuredOutput

pkg/model/provider/options/options.go:94–98  ·  view source on GitHub ↗
(structuredOutput *latest.StructuredOutput)

Source from the content-addressed store, hash-verified

92}
93
94func WithStructuredOutput(structuredOutput *latest.StructuredOutput) Opt {
95 return func(cfg *ModelOptions) {
96 cfg.structuredOutput = structuredOutput
97 }
98}
99
100func WithGeneratingTitle() Opt {
101 return func(cfg *ModelOptions) {

Callers 11

generateOnceFunction · 0.92
AskMethod · 0.92
samplingModelOptionsFunction · 0.92
RunLLMFunction · 0.92
createJudgeModelFunction · 0.92
getModelsForAgentFunction · 0.92
getTitleModelForAgentFunction · 0.92
FromModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected