We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9230998 commit 25be973Copy full SHA for 25be973
1 file changed
custom/composables/agentStore/useAgentChat.ts
@@ -1,8 +1,8 @@
1
-// import { DefaultChatTransport } from 'ai';
+import { DefaultChatTransport } from 'ai';
2
import { shallowRef, type Ref } from 'vue';
3
import { Chat } from '../../chat';
4
import { getCurrentPageContext } from './pageContext';
5
-const { DefaultChatTransport } = await import('ai');
+// const { DefaultChatTransport } = await import('ai');
6
7
type AgentImportMeta = ImportMeta & {
8
env: {
0 commit comments