MCPcopy Create free account
hub / github.com/coder/coder / responsesProvider

Struct responsesProvider

aibridge/provider/openai_internal_test.go:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 buildRequestBody(model string, messages []any, stream bool) map[string]any
40}
41type responsesProvider struct{}
42
43func (*responsesProvider) DefaultModel() string {
44 return "gpt-5"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected