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