| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { DefaultStreamingExecutionContext } from '../tool-execution-context.ts'; |
| 3 | import { createStreamingExecutionContext } from '../../tool-execution-compat.ts'; |
| 4 | import type { ToolHandlerContext } from '../../../rendering/types.ts'; |
nothing calls this directly
no test coverage detected