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

Method Model

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

Source from the content-addressed store, hash-verified

347}
348
349func (d *debugModel) Model() string {
350 return d.inner.Model()
351}
352
353// launchHeartbeat starts a goroutine that periodically calls TouchStep
354// to keep the step and run rows alive during long-running streams. The

Callers 1

TestDebugModel_ModelFunction · 0.95

Calls 1

ModelMethod · 0.65

Tested by 1

TestDebugModel_ModelFunction · 0.76