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

Method WithModel

aibridge/recorder/recorder.go:174–176  ·  view source on GitHub ↗
(model string)

Source from the content-addressed store, hash-verified

172}
173
174func (a *AsyncRecorder) WithModel(model string) {
175 a.model = model
176}
177
178func (a *AsyncRecorder) WithInitiatorID(initiatorID string) {
179 a.initiatorID = initiatorID

Callers 1

newInterceptionProcessorFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected