openaiFormat implements Format for OpenAI Chat Completions API.
| 7 | |
| 8 | // openaiFormat implements Format for OpenAI Chat Completions API. |
| 9 | type openaiFormat struct{} |
| 10 | |
| 11 | func (openaiFormat) Name() string { return "openai" } |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected