openaiCompletionsBackend implements UseChatBackend for OpenAI Completions API
| 137 | |
| 138 | // openaiCompletionsBackend implements UseChatBackend for OpenAI Completions API |
| 139 | type openaiCompletionsBackend struct{} |
| 140 | |
| 141 | func (b *openaiCompletionsBackend) RunChatStep( |
| 142 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected