| 1 | import { createLogger, type Logger } from '@sim/logger' |
| 2 | import { getErrorMessage } from '@sim/utils/errors' |
| 3 | import type OpenAI from 'openai' |
| 4 | import type { ChatCompletionChunk } from 'openai/resources/chat/completions' |
nothing calls this directly
no test coverage detected