| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { EventType, toolDefinition } from '@tanstack/ai' |
| 3 | import { aiEventClient } from '@tanstack/ai-event-client' |
| 4 | import { z } from 'zod' |
nothing calls this directly
no test coverage detected