| 39 | buildRequestBody(model string, messages []any, stream bool) map[string]any |
| 40 | } |
| 41 | type responsesProvider struct{} |
| 42 | |
| 43 | func (*responsesProvider) DefaultModel() string { |
| 44 | return "gpt-5" |
nothing calls this directly
no outgoing calls
no test coverage detected