| 1 | import Anthropic from '@anthropic-ai/sdk' |
| 2 | import { createLogger } from '@sim/logger' |
| 3 | import type { StreamingExecution } from '@/executor/types' |
| 4 | import { executeAnthropicProviderRequest } from '@/providers/anthropic/core' |
nothing calls this directly
no test coverage detected