geminiBackend implements UseChatBackend for Google Gemini API
| 222 | |
| 223 | // geminiBackend implements UseChatBackend for Google Gemini API |
| 224 | type geminiBackend struct{} |
| 225 | |
| 226 | func (b *geminiBackend) RunChatStep( |
| 227 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected