MCPcopy Index your code
hub / github.com/coder/coder / Provider

Method Provider

coderd/x/chatd/chatdebug/model.go:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343}
344
345func (d *debugModel) Provider() string {
346 return d.inner.Provider()
347}
348
349func (d *debugModel) Model() string {
350 return d.inner.Model()

Callers 10

TestDebugModel_ProviderFunction · 0.95
runChatMethod · 0.45
RunAdvisorMethod · 0.45
RunFunction · 0.45
persistInterruptedStepFunction · 0.45
tryCompactOnExitFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestDebugModel_ProviderFunction · 0.76