| 1 | import { createLogger } from '@sim/logger' |
| 2 | import OpenAI from 'openai' |
| 3 | import type { StreamingExecution } from '@/executor/types' |
| 4 | import { getProviderDefaultModel, getProviderModels } from '@/providers/models' |
nothing calls this directly
no test coverage detected