| 1 | import { describe, expect, it, vi } from 'vitest' |
| 2 | import { chat, createChatOptions } from '../src/activities/chat/index' |
| 3 | import { DISCOVERY_TOOL_NAME } from '../src/activities/chat/tools/lazy-tool-manager' |
| 4 | import { EventType } from '../src/types' |
nothing calls this directly
no test coverage detected