| 1 | import type { WorkflowLogDetail } from '@/lib/api/contracts/logs' |
| 2 | import { dollarsToCredits } from '@/lib/billing/credits/conversion' |
| 3 | import type { LogsGetRunDetailsParams, LogsGetRunDetailsResponse } from '@/tools/logs/types' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected