| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { MothershipStreamV1EventType } from '@/lib/copilot/generated/mothership-stream-v1' |
| 3 | import type { StreamEvent, StreamingContext } from '@/lib/copilot/request/types' |
| 4 | import { handleCompleteEvent } from './complete' |
nothing calls this directly
no test coverage detected