| 1 | import { myProvider } from '@/lib/ai/providers'; |
| 2 | import { sheetPrompt, updateDocumentPrompt } from '@/lib/ai/prompts'; |
| 3 | import { createDocumentHandler } from '@/lib/artifacts/server'; |
| 4 | import { streamObject } from 'ai'; |
nothing calls this directly
no test coverage detected