| 1 | import type { ModelCapability, ProviderConfig, ToolCall } from '@moonshot-ai/kosong'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | |
| 4 | import type { ResolvedAgentProfile } from '../../src/profile'; |
nothing calls this directly
no test coverage detected