openaiResponsesBackend implements UseChatBackend for OpenAI API
| 79 | |
| 80 | // openaiResponsesBackend implements UseChatBackend for OpenAI API |
| 81 | type openaiResponsesBackend struct{} |
| 82 | |
| 83 | func (b *openaiResponsesBackend) RunChatStep( |
| 84 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected