| 1 | import { GoogleGenAI } from '@google/genai' |
| 2 | import { createLogger } from '@sim/logger' |
| 3 | import type { StreamingExecution } from '@/executor/types' |
| 4 | import { executeGeminiRequest } from '@/providers/gemini/core' |
nothing calls this directly
no test coverage detected