| 1 | import type { Message } from 'ai'; |
| 2 | import { useCallback, useState } from 'react'; |
| 3 | import { StreamingMessageParser } from '~/lib/runtime/message-parser'; |
| 4 | import { workbenchStore } from '~/lib/stores/workbench'; |
nothing calls this directly
no test coverage detected