| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { getInternalApiBaseUrl } from '@/lib/core/utils/urls' |
| 3 | import type { BaseImageRequestBody } from '@/tools/openai/types' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected