| 1 | import { waitFor } from '@solidjs/testing-library' |
| 2 | import type { ModelMessage } from '@tanstack/ai' |
| 3 | import { describe, expect, it, vi } from 'vitest' |
| 4 | import type { UIMessage } from '../src/types' |
nothing calls this directly
no test coverage detected