@chat-lab/ui 0.1.0-beta.12 → 0.1.0-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/index.cjs +2 -2
- package/dist/_virtual/index.js +2 -2
- package/dist/_virtual/index2.cjs +2 -2
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.cjs +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.cjs +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/assets/AbortMessage.cjs +10 -0
- package/dist/assets/AbortMessage.cjs.map +1 -0
- package/dist/assets/AbortMessage.d.ts +5 -0
- package/dist/assets/AbortMessage.d.ts.map +1 -0
- package/dist/assets/AbortMessage.js +8 -0
- package/dist/assets/AbortMessage.js.map +1 -0
- package/dist/assets/Download.cjs +10 -0
- package/dist/assets/Download.cjs.map +1 -0
- package/dist/assets/Download.d.ts +5 -0
- package/dist/assets/Download.d.ts.map +1 -0
- package/dist/assets/Download.js +8 -0
- package/dist/assets/Download.js.map +1 -0
- package/dist/assets/Edit.cjs +8 -0
- package/dist/assets/Edit.cjs.map +1 -0
- package/dist/assets/Edit.js +6 -0
- package/dist/assets/Edit.js.map +1 -0
- package/dist/components/Chatkit/index.cjs +9 -10
- package/dist/components/Chatkit/index.cjs.map +1 -1
- package/dist/components/Chatkit/index.d.ts.map +1 -1
- package/dist/components/Chatkit/index.js +7 -8
- package/dist/components/Chatkit/index.js.map +1 -1
- package/dist/components/Chatkit/ref.cjs +0 -1
- package/dist/components/Chatkit/ref.cjs.map +1 -1
- package/dist/components/Chatkit/ref.d.ts.map +1 -1
- package/dist/components/Chatkit/ref.js +0 -1
- package/dist/components/Chatkit/ref.js.map +1 -1
- package/dist/components/Chatkit/types.d.ts +1 -0
- package/dist/components/Chatkit/types.d.ts.map +1 -1
- package/dist/components/SwitchAgentModal/index.cjs +111 -12
- package/dist/components/SwitchAgentModal/index.cjs.map +1 -1
- package/dist/components/SwitchAgentModal/index.d.ts.map +1 -1
- package/dist/components/SwitchAgentModal/index.js +113 -14
- package/dist/components/SwitchAgentModal/index.js.map +1 -1
- package/dist/components/ThreadOptionsMenu.cjs +64 -0
- package/dist/components/ThreadOptionsMenu.cjs.map +1 -0
- package/dist/components/ThreadOptionsMenu.js +62 -0
- package/dist/components/ThreadOptionsMenu.js.map +1 -0
- package/dist/components/assistant-ui/index.module.less.cjs +6 -0
- package/dist/components/assistant-ui/index.module.less.cjs.map +1 -0
- package/dist/components/assistant-ui/index.module.less.js +4 -0
- package/dist/components/assistant-ui/index.module.less.js.map +1 -0
- package/dist/components/assistant-ui/markdown-text.cjs +42 -4
- package/dist/components/assistant-ui/markdown-text.cjs.map +1 -1
- package/dist/components/assistant-ui/markdown-text.d.ts +1 -0
- package/dist/components/assistant-ui/markdown-text.d.ts.map +1 -1
- package/dist/components/assistant-ui/markdown-text.js +42 -4
- package/dist/components/assistant-ui/markdown-text.js.map +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.cjs +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.cjs.map +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.js +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.js.map +1 -1
- package/dist/components/assistant-ui/thread.cjs +49 -6
- package/dist/components/assistant-ui/thread.cjs.map +1 -1
- package/dist/components/assistant-ui/thread.d.ts +1 -0
- package/dist/components/assistant-ui/thread.d.ts.map +1 -1
- package/dist/components/assistant-ui/thread.js +52 -9
- package/dist/components/assistant-ui/thread.js.map +1 -1
- package/dist/components/assistant-ui/tooltip-icon-button.d.ts +1 -1
- package/dist/components/thread-list.cjs +100 -0
- package/dist/components/thread-list.cjs.map +1 -0
- package/dist/components/thread-list.js +98 -0
- package/dist/components/thread-list.js.map +1 -0
- package/dist/components/ui/button.cjs.map +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.js.map +1 -1
- package/dist/components/ui/dialog.cjs +1 -1
- package/dist/components/ui/dialog.cjs.map +1 -1
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/dialog.js +1 -1
- package/dist/components/ui/dialog.js.map +1 -1
- package/dist/components/ui/toast.cjs +1 -1
- package/dist/components/ui/toast.cjs.map +1 -1
- package/dist/components/ui/toast.js +1 -1
- package/dist/components/ui/toast.js.map +1 -1
- package/dist/components/ui/tooltip.cjs.map +1 -1
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/components/ui/tooltip.js.map +1 -1
- package/dist/components/welcome.cjs +13 -0
- package/dist/components/welcome.cjs.map +1 -0
- package/dist/components/welcome.d.ts +7 -0
- package/dist/components/welcome.d.ts.map +1 -0
- package/dist/components/welcome.js +11 -0
- package/dist/components/welcome.js.map +1 -0
- package/dist/hooks/useDebounce.cjs +27 -0
- package/dist/hooks/useDebounce.cjs.map +1 -0
- package/dist/hooks/useDebounce.d.ts +8 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDebounce.js +25 -0
- package/dist/hooks/useDebounce.js.map +1 -0
- package/dist/index.css +2 -2
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.js +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.cjs +31 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.js +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.cjs +82 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.js +80 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.js +10 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.cjs +89 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.js +87 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.cjs +133 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.js +131 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.cjs +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.js +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.cjs +74 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.js +72 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.cjs +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.js +7 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.cjs +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.js +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.cjs +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.js +35 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.cjs +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.js +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.js +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.cjs +175 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.js +168 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.cjs +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.js +52 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.cjs +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.js +30 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.cjs +80 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.js +78 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.cjs +33 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.cjs +28 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.cjs +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.cjs +101 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.js +99 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.cjs +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.js +45 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.cjs +119 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.js +117 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.cjs +53 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.js +51 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.cjs +79 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.js +77 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.cjs +122 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.js +120 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.cjs +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.js +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.cjs +61 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.js +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.cjs +227 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.js +223 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.cjs +67 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js +65 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.cjs +209 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.js +206 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.cjs +86 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.js +84 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.cjs +166 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.js +164 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.cjs +245 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.js +242 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.cjs +33 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.js +31 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.cjs +39 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.js +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.cjs +39 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.js +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.cjs +7 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.js +5 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.cjs +197 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.js +195 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.cjs +165 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js +163 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.cjs +163 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.js +161 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.cjs +175 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.js +173 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.cjs +249 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js +246 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.cjs +137 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.js +135 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.cjs +52 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.js +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.cjs +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.js +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.cjs +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.js +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.js +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.cjs +381 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.js +378 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.js +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.cjs +45 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.js +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.cjs +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.js +6 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.cjs +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.js +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.cjs +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.js +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.js +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.js +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.cjs +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.cjs +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.js +46 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.js +53 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.cjs +118 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.js +116 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.cjs +28 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.js +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.cjs +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.cjs +57 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.cjs +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.js +46 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.cjs +253 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.js +250 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.cjs +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.cjs +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.js +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.cjs +82 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.js +78 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.cjs +66 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.js +64 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.cjs +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.js +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.cjs +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.js +35 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.cjs +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.js +10 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.cjs +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.js +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.cjs +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.js +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.cjs +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.js +42 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.cjs +110 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.js +108 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.cjs +73 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.js +70 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.cjs +33 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs +270 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +235 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.cjs +840 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.js +791 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.cjs +249 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.js +224 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.cjs +1 -1
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +1 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs +41 -0
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs.map +1 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js +41 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js.map +1 -1
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs +50 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js +48 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs +427 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js +423 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs +11 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js +9 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs +328 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js +326 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs +92 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js +90 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs +671 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js +669 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.cjs +571 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.js +569 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.cjs +214 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.js +212 -0
- package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs +328 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js +326 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs +315 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js +313 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs +26 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js +23 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs +51 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +49 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.cjs +24 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.js +19 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs +24 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.js +19 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.cjs +28 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.js +23 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.cjs +23 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.js +18 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.cjs +26 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.js +21 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs +121 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js +118 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs +66 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js +66 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs +240 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js +232 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs +527 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js +523 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs +25 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js +23 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs +73 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js +65 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs +115 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js +113 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs +3235 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js +3233 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs +330 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js +328 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs +26 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js +24 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs +2717 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js +2714 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs +202 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js +200 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs +179 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js +177 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs +21 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js +18 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs +64 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js +62 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs +74 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js +72 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs +320 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js +318 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js +10 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs +566 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js +564 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs +15 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs +13 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs +64 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js +62 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs +49 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js +47 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs +30 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js +28 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs +32 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js +30 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs +33 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js +31 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs +24 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js +16 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs +22 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js +20 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs +14 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs +14 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js.map +1 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs +37 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js +35 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.cjs +34 -0
- package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.js +32 -0
- package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.cjs +1 -1
- package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.js +1 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs +5 -0
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs.map +1 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +5 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js.map +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.cjs +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.cjs +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@17.0.2/node_modules/use-sync-external-store/shim/index.cjs +1 -1
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@17.0.2/node_modules/use-sync-external-store/shim/index.js +1 -1
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs +98 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js +96 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs +18 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js +16 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.cjs +15 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.js +13 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.cjs +26 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.js +23 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.cjs +58 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.js +56 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.cjs +27 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.js +25 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.js.map +1 -0
- package/dist/packages/core/dist/index.cjs +13 -6
- package/dist/packages/core/dist/index.cjs.map +1 -1
- package/dist/packages/core/dist/index.js +13 -6
- package/dist/packages/core/dist/index.js.map +1 -1
- package/dist/plugins/getAdkConfig.cjs +4 -0
- package/dist/plugins/getAdkConfig.cjs.map +1 -1
- package/dist/plugins/getAdkConfig.d.ts.map +1 -1
- package/dist/plugins/getAdkConfig.js +4 -0
- package/dist/plugins/getAdkConfig.js.map +1 -1
- package/dist/utils/agentStorage.cjs +81 -0
- package/dist/utils/agentStorage.cjs.map +1 -0
- package/dist/utils/agentStorage.js +79 -0
- package/dist/utils/agentStorage.js.map +1 -0
- package/package.json +2 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useToolInvocations.js","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.ts\nimport { useEffect, useRef, useState } from \"react\";\nimport {\n createAssistantStreamController,\n ToolResponse,\n unstable_toolResultStream\n} from \"assistant-stream\";\nimport {\n AssistantMetaTransformStream\n} from \"assistant-stream/utils\";\nvar isArgsTextComplete = (argsText) => {\n try {\n JSON.parse(argsText);\n return true;\n } catch {\n return false;\n }\n};\nfunction useToolInvocations({\n state,\n getTools,\n onResult,\n setToolStatuses\n}) {\n const lastToolStates = useRef({});\n const humanInputRef = useRef(/* @__PURE__ */ new Map());\n const acRef = useRef(new AbortController());\n const [controller] = useState(() => {\n const [stream, controller2] = createAssistantStreamController();\n const transform = unstable_toolResultStream(\n getTools,\n () => acRef.current?.signal ?? new AbortController().signal,\n (toolCallId, payload) => {\n return new Promise((resolve, reject) => {\n const previous = humanInputRef.current.get(toolCallId);\n if (previous) {\n previous.reject(\n new Error(\"Human input request was superseded by a new request\")\n );\n }\n humanInputRef.current.set(toolCallId, { resolve, reject });\n setToolStatuses((prev) => ({\n ...prev,\n [toolCallId]: {\n type: \"interrupt\",\n payload: { type: \"human\", payload }\n }\n }));\n });\n }\n );\n stream.pipeThrough(transform).pipeThrough(new AssistantMetaTransformStream()).pipeTo(\n new WritableStream({\n write(chunk) {\n if (chunk.type === \"result\") {\n if (lastToolStates.current[chunk.meta.toolCallId]?.hasResult)\n return;\n onResult({\n type: \"add-tool-result\",\n toolCallId: chunk.meta.toolCallId,\n toolName: chunk.meta.toolName,\n result: chunk.result,\n isError: chunk.isError,\n ...chunk.artifact && { artifact: chunk.artifact }\n });\n setToolStatuses((prev) => {\n const next = { ...prev };\n delete next[chunk.meta.toolCallId];\n return next;\n });\n }\n }\n })\n );\n return controller2;\n });\n const ignoredToolIds = useRef(/* @__PURE__ */ new Set());\n const isInititialState = useRef(true);\n useEffect(() => {\n const processMessages = (messages) => {\n messages.forEach((message) => {\n message.content.forEach((content) => {\n if (content.type === \"tool-call\") {\n if (isInititialState.current) {\n ignoredToolIds.current.add(content.toolCallId);\n } else {\n if (ignoredToolIds.current.has(content.toolCallId)) {\n return;\n }\n let lastState = lastToolStates.current[content.toolCallId];\n if (!lastState) {\n const toolCallController = controller.addToolCallPart({\n toolName: content.toolName,\n toolCallId: content.toolCallId\n });\n lastState = {\n argsText: \"\",\n hasResult: false,\n argsComplete: false,\n controller: toolCallController\n };\n lastToolStates.current[content.toolCallId] = lastState;\n }\n if (content.argsText !== lastState.argsText) {\n if (lastState.argsComplete) {\n if (process.env[\"NODE_ENV\"] !== \"production\") {\n console.warn(\n \"argsText updated after controller was closed:\",\n { previous: lastState.argsText, next: content.argsText }\n );\n }\n } else {\n if (!content.argsText.startsWith(lastState.argsText)) {\n throw new Error(\n `Tool call argsText can only be appended, not updated: ${content.argsText} does not start with ${lastState.argsText}`\n );\n }\n const argsTextDelta = content.argsText.slice(\n lastState.argsText.length\n );\n lastState.controller.argsText.append(argsTextDelta);\n const shouldClose = isArgsTextComplete(content.argsText);\n if (shouldClose) {\n lastState.controller.argsText.close();\n }\n lastToolStates.current[content.toolCallId] = {\n argsText: content.argsText,\n hasResult: lastState.hasResult,\n argsComplete: shouldClose,\n controller: lastState.controller\n };\n }\n }\n if (content.result !== void 0 && !lastState.hasResult) {\n lastState.controller.setResponse(\n new ToolResponse({\n result: content.result,\n artifact: content.artifact,\n isError: content.isError\n })\n );\n lastState.controller.close();\n lastToolStates.current[content.toolCallId] = {\n hasResult: true,\n argsComplete: true,\n argsText: lastState.argsText,\n controller: lastState.controller\n };\n }\n }\n if (content.messages) {\n processMessages(content.messages);\n }\n }\n });\n });\n };\n processMessages(state.messages);\n if (isInititialState.current) {\n isInititialState.current = false;\n }\n }, [state, controller, onResult]);\n const abort = () => {\n humanInputRef.current.forEach(({ reject }) => {\n reject(new Error(\"Tool execution aborted\"));\n });\n humanInputRef.current.clear();\n setToolStatuses({});\n acRef.current.abort();\n acRef.current = new AbortController();\n };\n return {\n reset: () => {\n abort();\n isInititialState.current = true;\n },\n abort,\n resume: (toolCallId, payload) => {\n const handlers = humanInputRef.current.get(toolCallId);\n if (handlers) {\n humanInputRef.current.delete(toolCallId);\n setToolStatuses((prev) => {\n const next = { ...prev };\n delete next[toolCallId];\n return next;\n });\n handlers.resolve(payload);\n } else {\n throw new Error(\n `Tool call ${toolCallId} is not waiting for human input`\n );\n }\n }\n };\n}\nexport {\n useToolInvocations\n};\n//# sourceMappingURL=useToolInvocations.js.map"],"names":["unstable_toolResultStream"],"mappings":";;;;;;AAAA;AAUA,IAAI,kBAAkB,GAAG,CAAC,QAAQ,KAAK;AACvC,EAAE,IAAI;AACN,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AACzB,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG,CAAC,MAAM;AACV,IAAI,OAAO,KAAK,CAAC;AACjB,GAAG;AACH,CAAC,CAAC;AACF,SAAS,kBAAkB,CAAC;AAC5B,EAAE,KAAK;AACP,EAAE,QAAQ;AACV,EAAE,QAAQ;AACV,EAAE,eAAe;AACjB,CAAC,EAAE;AACH,EAAE,MAAM,cAAc,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;AACpC,EAAE,MAAM,aAAa,GAAG,MAAM,iBAAiB,IAAI,GAAG,EAAE,CAAC,CAAC;AAC1D,EAAE,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,eAAe,EAAE,CAAC,CAAC;AAC9C,EAAE,MAAM,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC,MAAM;AACtC,IAAI,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,+BAA+B,EAAE,CAAC;AACpE,IAAI,MAAM,SAAS,GAAGA,gBAAyB;AAC/C,MAAM,QAAQ;AACd,MAAM,MAAM,KAAK,CAAC,OAAO,EAAE,MAAM,IAAI,IAAI,eAAe,EAAE,CAAC,MAAM;AACjE,MAAM,CAAC,UAAU,EAAE,OAAO,KAAK;AAC/B,QAAQ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,KAAK;AAChD,UAAU,MAAM,QAAQ,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACjE,UAAU,IAAI,QAAQ,EAAE;AACxB,YAAY,QAAQ,CAAC,MAAM;AAC3B,cAAc,IAAI,KAAK,CAAC,qDAAqD,CAAC;AAC9E,aAAa,CAAC;AACd,WAAW;AACX,UAAU,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC;AACrE,UAAU,eAAe,CAAC,CAAC,IAAI,MAAM;AACrC,YAAY,GAAG,IAAI;AACnB,YAAY,CAAC,UAAU,GAAG;AAC1B,cAAc,IAAI,EAAE,WAAW;AAC/B,cAAc,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE;AACjD,aAAa;AACb,WAAW,CAAC,CAAC,CAAC;AACd,SAAS,CAAC,CAAC;AACX,OAAO;AACP,KAAK,CAAC;AACN,IAAI,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,IAAI,4BAA4B,EAAE,CAAC,CAAC,MAAM;AACxF,MAAM,IAAI,cAAc,CAAC;AACzB,QAAQ,KAAK,CAAC,KAAK,EAAE;AACrB,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,QAAQ,EAAE;AACvC,YAAY,IAAI,cAAc,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,SAAS;AACxE,cAAc,OAAO;AACrB,YAAY,QAAQ,CAAC;AACrB,cAAc,IAAI,EAAE,iBAAiB;AACrC,cAAc,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,UAAU;AAC/C,cAAc,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ;AAC3C,cAAc,MAAM,EAAE,KAAK,CAAC,MAAM;AAClC,cAAc,OAAO,EAAE,KAAK,CAAC,OAAO;AACpC,cAAc,GAAG,KAAK,CAAC,QAAQ,IAAI,EAAE,QAAQ,EAAE,KAAK,CAAC,QAAQ,EAAE;AAC/D,aAAa,CAAC,CAAC;AACf,YAAY,eAAe,CAAC,CAAC,IAAI,KAAK;AACtC,cAAc,MAAM,IAAI,GAAG,EAAE,GAAG,IAAI,EAAE,CAAC;AACvC,cAAc,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;AACjD,cAAc,OAAO,IAAI,CAAC;AAC1B,aAAa,CAAC,CAAC;AACf,WAAW;AACX,SAAS;AACT,OAAO,CAAC;AACR,KAAK,CAAC;AACN,IAAI,OAAO,WAAW,CAAC;AACvB,GAAG,CAAC,CAAC;AACL,EAAE,MAAM,cAAc,GAAG,MAAM,iBAAiB,IAAI,GAAG,EAAE,CAAC,CAAC;AAC3D,EAAE,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;AACxC,EAAE,SAAS,CAAC,MAAM;AAClB,IAAI,MAAM,eAAe,GAAG,CAAC,QAAQ,KAAK;AAC1C,MAAM,QAAQ,CAAC,OAAO,CAAC,CAAC,OAAO,KAAK;AACpC,QAAQ,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,OAAO,KAAK;AAC7C,UAAU,IAAI,OAAO,CAAC,IAAI,KAAK,WAAW,EAAE;AAC5C,YAAY,IAAI,gBAAgB,CAAC,OAAO,EAAE;AAC1C,cAAc,cAAc,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AAC7D,aAAa,MAAM;AACnB,cAAc,IAAI,cAAc,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;AAClE,gBAAgB,OAAO;AACvB,eAAe;AACf,cAAc,IAAI,SAAS,GAAG,cAAc,CAAC,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AACzE,cAAc,IAAI,CAAC,SAAS,EAAE;AAC9B,gBAAgB,MAAM,kBAAkB,GAAG,UAAU,CAAC,eAAe,CAAC;AACtE,kBAAkB,QAAQ,EAAE,OAAO,CAAC,QAAQ;AAC5C,kBAAkB,UAAU,EAAE,OAAO,CAAC,UAAU;AAChD,iBAAiB,CAAC,CAAC;AACnB,gBAAgB,SAAS,GAAG;AAC5B,kBAAkB,QAAQ,EAAE,EAAE;AAC9B,kBAAkB,SAAS,EAAE,KAAK;AAClC,kBAAkB,YAAY,EAAE,KAAK;AACrC,kBAAkB,UAAU,EAAE,kBAAkB;AAChD,iBAAiB,CAAC;AAClB,gBAAgB,cAAc,CAAC,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC;AACvE,eAAe;AACf,cAAc,IAAI,OAAO,CAAC,QAAQ,KAAK,SAAS,CAAC,QAAQ,EAAE;AAC3D,gBAAgB,IAAI,SAAS,CAAC,YAAY,EAAE;AAC5C,kBAAkB,IAAI,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,YAAY,EAAE;AAChE,oBAAoB,OAAO,CAAC,IAAI;AAChC,sBAAsB,+CAA+C;AACrE,sBAAsB,EAAE,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE,OAAO,CAAC,QAAQ,EAAE;AAC9E,qBAAqB,CAAC;AACtB,mBAAmB;AACnB,iBAAiB,MAAM;AACvB,kBAAkB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE;AACxE,oBAAoB,MAAM,IAAI,KAAK;AACnC,sBAAsB,CAAC,sDAAsD,EAAE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;AAC3I,qBAAqB,CAAC;AACtB,mBAAmB;AACnB,kBAAkB,MAAM,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC,KAAK;AAC9D,oBAAoB,SAAS,CAAC,QAAQ,CAAC,MAAM;AAC7C,mBAAmB,CAAC;AACpB,kBAAkB,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;AACtE,kBAAkB,MAAM,WAAW,GAAG,kBAAkB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AAC3E,kBAAkB,IAAI,WAAW,EAAE;AACnC,oBAAoB,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;AAC1D,mBAAmB;AACnB,kBAAkB,cAAc,CAAC,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG;AAC/D,oBAAoB,QAAQ,EAAE,OAAO,CAAC,QAAQ;AAC9C,oBAAoB,SAAS,EAAE,SAAS,CAAC,SAAS;AAClD,oBAAoB,YAAY,EAAE,WAAW;AAC7C,oBAAoB,UAAU,EAAE,SAAS,CAAC,UAAU;AACpD,mBAAmB,CAAC;AACpB,iBAAiB;AACjB,eAAe;AACf,cAAc,IAAI,OAAO,CAAC,MAAM,KAAK,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE;AACrE,gBAAgB,SAAS,CAAC,UAAU,CAAC,WAAW;AAChD,kBAAkB,IAAI,YAAY,CAAC;AACnC,oBAAoB,MAAM,EAAE,OAAO,CAAC,MAAM;AAC1C,oBAAoB,QAAQ,EAAE,OAAO,CAAC,QAAQ;AAC9C,oBAAoB,OAAO,EAAE,OAAO,CAAC,OAAO;AAC5C,mBAAmB,CAAC;AACpB,iBAAiB,CAAC;AAClB,gBAAgB,SAAS,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;AAC7C,gBAAgB,cAAc,CAAC,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG;AAC7D,kBAAkB,SAAS,EAAE,IAAI;AACjC,kBAAkB,YAAY,EAAE,IAAI;AACpC,kBAAkB,QAAQ,EAAE,SAAS,CAAC,QAAQ;AAC9C,kBAAkB,UAAU,EAAE,SAAS,CAAC,UAAU;AAClD,iBAAiB,CAAC;AAClB,eAAe;AACf,aAAa;AACb,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE;AAClC,cAAc,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AAChD,aAAa;AACb,WAAW;AACX,SAAS,CAAC,CAAC;AACX,OAAO,CAAC,CAAC;AACT,KAAK,CAAC;AACN,IAAI,eAAe,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AACpC,IAAI,IAAI,gBAAgB,CAAC,OAAO,EAAE;AAClC,MAAM,gBAAgB,CAAC,OAAO,GAAG,KAAK,CAAC;AACvC,KAAK;AACL,GAAG,EAAE,CAAC,KAAK,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC;AACpC,EAAE,MAAM,KAAK,GAAG,MAAM;AACtB,IAAI,aAAa,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK;AAClD,MAAM,MAAM,CAAC,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAClD,KAAK,CAAC,CAAC;AACP,IAAI,aAAa,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;AAClC,IAAI,eAAe,CAAC,EAAE,CAAC,CAAC;AACxB,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;AAC1B,IAAI,KAAK,CAAC,OAAO,GAAG,IAAI,eAAe,EAAE,CAAC;AAC1C,GAAG,CAAC;AACJ,EAAE,OAAO;AACT,IAAI,KAAK,EAAE,MAAM;AACjB,MAAM,KAAK,EAAE,CAAC;AACd,MAAM,gBAAgB,CAAC,OAAO,GAAG,IAAI,CAAC;AACtC,KAAK;AACL,IAAI,KAAK;AACT,IAAI,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK;AACrC,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AAC7D,MAAM,IAAI,QAAQ,EAAE;AACpB,QAAQ,aAAa,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAQ,eAAe,CAAC,CAAC,IAAI,KAAK;AAClC,UAAU,MAAM,IAAI,GAAG,EAAE,GAAG,IAAI,EAAE,CAAC;AACnC,UAAU,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;AAClC,UAAU,OAAO,IAAI,CAAC;AACtB,SAAS,CAAC,CAAC;AACX,QAAQ,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;AAClC,OAAO,MAAM;AACb,QAAQ,MAAM,IAAI,KAAK;AACvB,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,+BAA+B,CAAC;AAClE,SAAS,CAAC;AACV,OAAO;AACP,KAAK;AACL,GAAG,CAAC;AACJ;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var BaseSubscribable = require('../remote-thread-list/BaseSubscribable.cjs');
|
|
4
|
+
|
|
5
|
+
// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx
|
|
6
|
+
var isAttachmentComplete = (a) => a.status.type === "complete";
|
|
7
|
+
var BaseComposerRuntimeCore = class extends BaseSubscribable.BaseSubscribable {
|
|
8
|
+
isEditing = true;
|
|
9
|
+
get attachmentAccept() {
|
|
10
|
+
return this.getAttachmentAdapter()?.accept ?? "*";
|
|
11
|
+
}
|
|
12
|
+
_attachments = [];
|
|
13
|
+
get attachments() {
|
|
14
|
+
return this._attachments;
|
|
15
|
+
}
|
|
16
|
+
setAttachments(value) {
|
|
17
|
+
this._attachments = value;
|
|
18
|
+
this._notifySubscribers();
|
|
19
|
+
}
|
|
20
|
+
get isEmpty() {
|
|
21
|
+
return !this.text.trim() && !this.attachments.length;
|
|
22
|
+
}
|
|
23
|
+
_text = "";
|
|
24
|
+
get text() {
|
|
25
|
+
return this._text;
|
|
26
|
+
}
|
|
27
|
+
_role = "user";
|
|
28
|
+
get role() {
|
|
29
|
+
return this._role;
|
|
30
|
+
}
|
|
31
|
+
_runConfig = {};
|
|
32
|
+
get runConfig() {
|
|
33
|
+
return this._runConfig;
|
|
34
|
+
}
|
|
35
|
+
setText(value) {
|
|
36
|
+
if (this._text === value) return;
|
|
37
|
+
this._text = value;
|
|
38
|
+
this._notifySubscribers();
|
|
39
|
+
}
|
|
40
|
+
setRole(role) {
|
|
41
|
+
if (this._role === role) return;
|
|
42
|
+
this._role = role;
|
|
43
|
+
this._notifySubscribers();
|
|
44
|
+
}
|
|
45
|
+
setRunConfig(runConfig) {
|
|
46
|
+
if (this._runConfig === runConfig) return;
|
|
47
|
+
this._runConfig = runConfig;
|
|
48
|
+
this._notifySubscribers();
|
|
49
|
+
}
|
|
50
|
+
_emptyTextAndAttachments() {
|
|
51
|
+
this._attachments = [];
|
|
52
|
+
this._text = "";
|
|
53
|
+
this._notifySubscribers();
|
|
54
|
+
}
|
|
55
|
+
async _onClearAttachments() {
|
|
56
|
+
const adapter = this.getAttachmentAdapter();
|
|
57
|
+
if (adapter) {
|
|
58
|
+
await Promise.all(this._attachments.map((a) => adapter.remove(a)));
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
async reset() {
|
|
62
|
+
if (this._attachments.length === 0 && this._text === "" && this._role === "user" && Object.keys(this._runConfig).length === 0) {
|
|
63
|
+
return;
|
|
64
|
+
}
|
|
65
|
+
this._role = "user";
|
|
66
|
+
this._runConfig = {};
|
|
67
|
+
const task = this._onClearAttachments();
|
|
68
|
+
this._emptyTextAndAttachments();
|
|
69
|
+
await task;
|
|
70
|
+
}
|
|
71
|
+
async clearAttachments() {
|
|
72
|
+
const task = this._onClearAttachments();
|
|
73
|
+
this.setAttachments([]);
|
|
74
|
+
await task;
|
|
75
|
+
}
|
|
76
|
+
async send() {
|
|
77
|
+
const adapter = this.getAttachmentAdapter();
|
|
78
|
+
const attachments = adapter && this.attachments.length > 0 ? Promise.all(
|
|
79
|
+
this.attachments.map(async (a) => {
|
|
80
|
+
if (isAttachmentComplete(a)) return a;
|
|
81
|
+
const result = await adapter.send(a);
|
|
82
|
+
return result;
|
|
83
|
+
})
|
|
84
|
+
) : [];
|
|
85
|
+
const text = this.text;
|
|
86
|
+
this._emptyTextAndAttachments();
|
|
87
|
+
const message = {
|
|
88
|
+
createdAt: /* @__PURE__ */ new Date(),
|
|
89
|
+
role: this.role,
|
|
90
|
+
content: text ? [{ type: "text", text }] : [],
|
|
91
|
+
attachments: await attachments,
|
|
92
|
+
runConfig: this.runConfig,
|
|
93
|
+
metadata: { custom: {} }
|
|
94
|
+
};
|
|
95
|
+
this.handleSend(message);
|
|
96
|
+
this._notifyEventSubscribers("send");
|
|
97
|
+
}
|
|
98
|
+
cancel() {
|
|
99
|
+
this.handleCancel();
|
|
100
|
+
}
|
|
101
|
+
async addAttachment(file) {
|
|
102
|
+
const adapter = this.getAttachmentAdapter();
|
|
103
|
+
if (!adapter) throw new Error("Attachments are not supported");
|
|
104
|
+
const upsertAttachment = (a) => {
|
|
105
|
+
const idx = this._attachments.findIndex(
|
|
106
|
+
(attachment) => attachment.id === a.id
|
|
107
|
+
);
|
|
108
|
+
if (idx !== -1)
|
|
109
|
+
this._attachments = [
|
|
110
|
+
...this._attachments.slice(0, idx),
|
|
111
|
+
a,
|
|
112
|
+
...this._attachments.slice(idx + 1)
|
|
113
|
+
];
|
|
114
|
+
else {
|
|
115
|
+
this._attachments = [...this._attachments, a];
|
|
116
|
+
}
|
|
117
|
+
this._notifySubscribers();
|
|
118
|
+
};
|
|
119
|
+
const promiseOrGenerator = adapter.add({ file });
|
|
120
|
+
if (Symbol.asyncIterator in promiseOrGenerator) {
|
|
121
|
+
for await (const r of promiseOrGenerator) {
|
|
122
|
+
upsertAttachment(r);
|
|
123
|
+
}
|
|
124
|
+
} else {
|
|
125
|
+
upsertAttachment(await promiseOrGenerator);
|
|
126
|
+
}
|
|
127
|
+
this._notifyEventSubscribers("attachment-add");
|
|
128
|
+
this._notifySubscribers();
|
|
129
|
+
}
|
|
130
|
+
async removeAttachment(attachmentId) {
|
|
131
|
+
const adapter = this.getAttachmentAdapter();
|
|
132
|
+
if (!adapter) throw new Error("Attachments are not supported");
|
|
133
|
+
const index = this._attachments.findIndex((a) => a.id === attachmentId);
|
|
134
|
+
if (index === -1) throw new Error("Attachment not found");
|
|
135
|
+
const attachment = this._attachments[index];
|
|
136
|
+
await adapter.remove(attachment);
|
|
137
|
+
this._attachments = [
|
|
138
|
+
...this._attachments.slice(0, index),
|
|
139
|
+
...this._attachments.slice(index + 1)
|
|
140
|
+
];
|
|
141
|
+
this._notifySubscribers();
|
|
142
|
+
}
|
|
143
|
+
_eventSubscribers = /* @__PURE__ */ new Map();
|
|
144
|
+
_notifyEventSubscribers(event) {
|
|
145
|
+
const subscribers = this._eventSubscribers.get(event);
|
|
146
|
+
if (!subscribers) return;
|
|
147
|
+
for (const callback of subscribers) callback();
|
|
148
|
+
}
|
|
149
|
+
unstable_on(event, callback) {
|
|
150
|
+
const subscribers = this._eventSubscribers.get(event);
|
|
151
|
+
if (!subscribers) {
|
|
152
|
+
this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));
|
|
153
|
+
} else {
|
|
154
|
+
subscribers.add(callback);
|
|
155
|
+
}
|
|
156
|
+
return () => {
|
|
157
|
+
const subscribers2 = this._eventSubscribers.get(event);
|
|
158
|
+
if (!subscribers2) return;
|
|
159
|
+
subscribers2.delete(callback);
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
exports.BaseComposerRuntimeCore = BaseComposerRuntimeCore;
|
|
165
|
+
//# sourceMappingURL=BaseComposerRuntimeCore.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseComposerRuntimeCore.cjs","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx\nimport { BaseSubscribable } from \"../remote-thread-list/BaseSubscribable.js\";\nvar isAttachmentComplete = (a) => a.status.type === \"complete\";\nvar BaseComposerRuntimeCore = class extends BaseSubscribable {\n isEditing = true;\n get attachmentAccept() {\n return this.getAttachmentAdapter()?.accept ?? \"*\";\n }\n _attachments = [];\n get attachments() {\n return this._attachments;\n }\n setAttachments(value) {\n this._attachments = value;\n this._notifySubscribers();\n }\n get isEmpty() {\n return !this.text.trim() && !this.attachments.length;\n }\n _text = \"\";\n get text() {\n return this._text;\n }\n _role = \"user\";\n get role() {\n return this._role;\n }\n _runConfig = {};\n get runConfig() {\n return this._runConfig;\n }\n setText(value) {\n if (this._text === value) return;\n this._text = value;\n this._notifySubscribers();\n }\n setRole(role) {\n if (this._role === role) return;\n this._role = role;\n this._notifySubscribers();\n }\n setRunConfig(runConfig) {\n if (this._runConfig === runConfig) return;\n this._runConfig = runConfig;\n this._notifySubscribers();\n }\n _emptyTextAndAttachments() {\n this._attachments = [];\n this._text = \"\";\n this._notifySubscribers();\n }\n async _onClearAttachments() {\n const adapter = this.getAttachmentAdapter();\n if (adapter) {\n await Promise.all(this._attachments.map((a) => adapter.remove(a)));\n }\n }\n async reset() {\n if (this._attachments.length === 0 && this._text === \"\" && this._role === \"user\" && Object.keys(this._runConfig).length === 0) {\n return;\n }\n this._role = \"user\";\n this._runConfig = {};\n const task = this._onClearAttachments();\n this._emptyTextAndAttachments();\n await task;\n }\n async clearAttachments() {\n const task = this._onClearAttachments();\n this.setAttachments([]);\n await task;\n }\n async send() {\n const adapter = this.getAttachmentAdapter();\n const attachments = adapter && this.attachments.length > 0 ? Promise.all(\n this.attachments.map(async (a) => {\n if (isAttachmentComplete(a)) return a;\n const result = await adapter.send(a);\n return result;\n })\n ) : [];\n const text = this.text;\n this._emptyTextAndAttachments();\n const message = {\n createdAt: /* @__PURE__ */ new Date(),\n role: this.role,\n content: text ? [{ type: \"text\", text }] : [],\n attachments: await attachments,\n runConfig: this.runConfig,\n metadata: { custom: {} }\n };\n this.handleSend(message);\n this._notifyEventSubscribers(\"send\");\n }\n cancel() {\n this.handleCancel();\n }\n async addAttachment(file) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const upsertAttachment = (a) => {\n const idx = this._attachments.findIndex(\n (attachment) => attachment.id === a.id\n );\n if (idx !== -1)\n this._attachments = [\n ...this._attachments.slice(0, idx),\n a,\n ...this._attachments.slice(idx + 1)\n ];\n else {\n this._attachments = [...this._attachments, a];\n }\n this._notifySubscribers();\n };\n const promiseOrGenerator = adapter.add({ file });\n if (Symbol.asyncIterator in promiseOrGenerator) {\n for await (const r of promiseOrGenerator) {\n upsertAttachment(r);\n }\n } else {\n upsertAttachment(await promiseOrGenerator);\n }\n this._notifyEventSubscribers(\"attachment-add\");\n this._notifySubscribers();\n }\n async removeAttachment(attachmentId) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const index = this._attachments.findIndex((a) => a.id === attachmentId);\n if (index === -1) throw new Error(\"Attachment not found\");\n const attachment = this._attachments[index];\n await adapter.remove(attachment);\n this._attachments = [\n ...this._attachments.slice(0, index),\n ...this._attachments.slice(index + 1)\n ];\n this._notifySubscribers();\n }\n _eventSubscribers = /* @__PURE__ */ new Map();\n _notifyEventSubscribers(event) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) return;\n for (const callback of subscribers) callback();\n }\n unstable_on(event, callback) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) {\n this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));\n } else {\n subscribers.add(callback);\n }\n return () => {\n const subscribers2 = this._eventSubscribers.get(event);\n if (!subscribers2) return;\n subscribers2.delete(callback);\n };\n }\n};\nexport {\n BaseComposerRuntimeCore\n};\n//# sourceMappingURL=BaseComposerRuntimeCore.js.map"],"names":["BaseSubscribable"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { BaseSubscribable } from '../remote-thread-list/BaseSubscribable.js';
|
|
2
|
+
|
|
3
|
+
// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx
|
|
4
|
+
var isAttachmentComplete = (a) => a.status.type === "complete";
|
|
5
|
+
var BaseComposerRuntimeCore = class extends BaseSubscribable {
|
|
6
|
+
isEditing = true;
|
|
7
|
+
get attachmentAccept() {
|
|
8
|
+
return this.getAttachmentAdapter()?.accept ?? "*";
|
|
9
|
+
}
|
|
10
|
+
_attachments = [];
|
|
11
|
+
get attachments() {
|
|
12
|
+
return this._attachments;
|
|
13
|
+
}
|
|
14
|
+
setAttachments(value) {
|
|
15
|
+
this._attachments = value;
|
|
16
|
+
this._notifySubscribers();
|
|
17
|
+
}
|
|
18
|
+
get isEmpty() {
|
|
19
|
+
return !this.text.trim() && !this.attachments.length;
|
|
20
|
+
}
|
|
21
|
+
_text = "";
|
|
22
|
+
get text() {
|
|
23
|
+
return this._text;
|
|
24
|
+
}
|
|
25
|
+
_role = "user";
|
|
26
|
+
get role() {
|
|
27
|
+
return this._role;
|
|
28
|
+
}
|
|
29
|
+
_runConfig = {};
|
|
30
|
+
get runConfig() {
|
|
31
|
+
return this._runConfig;
|
|
32
|
+
}
|
|
33
|
+
setText(value) {
|
|
34
|
+
if (this._text === value) return;
|
|
35
|
+
this._text = value;
|
|
36
|
+
this._notifySubscribers();
|
|
37
|
+
}
|
|
38
|
+
setRole(role) {
|
|
39
|
+
if (this._role === role) return;
|
|
40
|
+
this._role = role;
|
|
41
|
+
this._notifySubscribers();
|
|
42
|
+
}
|
|
43
|
+
setRunConfig(runConfig) {
|
|
44
|
+
if (this._runConfig === runConfig) return;
|
|
45
|
+
this._runConfig = runConfig;
|
|
46
|
+
this._notifySubscribers();
|
|
47
|
+
}
|
|
48
|
+
_emptyTextAndAttachments() {
|
|
49
|
+
this._attachments = [];
|
|
50
|
+
this._text = "";
|
|
51
|
+
this._notifySubscribers();
|
|
52
|
+
}
|
|
53
|
+
async _onClearAttachments() {
|
|
54
|
+
const adapter = this.getAttachmentAdapter();
|
|
55
|
+
if (adapter) {
|
|
56
|
+
await Promise.all(this._attachments.map((a) => adapter.remove(a)));
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
async reset() {
|
|
60
|
+
if (this._attachments.length === 0 && this._text === "" && this._role === "user" && Object.keys(this._runConfig).length === 0) {
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
this._role = "user";
|
|
64
|
+
this._runConfig = {};
|
|
65
|
+
const task = this._onClearAttachments();
|
|
66
|
+
this._emptyTextAndAttachments();
|
|
67
|
+
await task;
|
|
68
|
+
}
|
|
69
|
+
async clearAttachments() {
|
|
70
|
+
const task = this._onClearAttachments();
|
|
71
|
+
this.setAttachments([]);
|
|
72
|
+
await task;
|
|
73
|
+
}
|
|
74
|
+
async send() {
|
|
75
|
+
const adapter = this.getAttachmentAdapter();
|
|
76
|
+
const attachments = adapter && this.attachments.length > 0 ? Promise.all(
|
|
77
|
+
this.attachments.map(async (a) => {
|
|
78
|
+
if (isAttachmentComplete(a)) return a;
|
|
79
|
+
const result = await adapter.send(a);
|
|
80
|
+
return result;
|
|
81
|
+
})
|
|
82
|
+
) : [];
|
|
83
|
+
const text = this.text;
|
|
84
|
+
this._emptyTextAndAttachments();
|
|
85
|
+
const message = {
|
|
86
|
+
createdAt: /* @__PURE__ */ new Date(),
|
|
87
|
+
role: this.role,
|
|
88
|
+
content: text ? [{ type: "text", text }] : [],
|
|
89
|
+
attachments: await attachments,
|
|
90
|
+
runConfig: this.runConfig,
|
|
91
|
+
metadata: { custom: {} }
|
|
92
|
+
};
|
|
93
|
+
this.handleSend(message);
|
|
94
|
+
this._notifyEventSubscribers("send");
|
|
95
|
+
}
|
|
96
|
+
cancel() {
|
|
97
|
+
this.handleCancel();
|
|
98
|
+
}
|
|
99
|
+
async addAttachment(file) {
|
|
100
|
+
const adapter = this.getAttachmentAdapter();
|
|
101
|
+
if (!adapter) throw new Error("Attachments are not supported");
|
|
102
|
+
const upsertAttachment = (a) => {
|
|
103
|
+
const idx = this._attachments.findIndex(
|
|
104
|
+
(attachment) => attachment.id === a.id
|
|
105
|
+
);
|
|
106
|
+
if (idx !== -1)
|
|
107
|
+
this._attachments = [
|
|
108
|
+
...this._attachments.slice(0, idx),
|
|
109
|
+
a,
|
|
110
|
+
...this._attachments.slice(idx + 1)
|
|
111
|
+
];
|
|
112
|
+
else {
|
|
113
|
+
this._attachments = [...this._attachments, a];
|
|
114
|
+
}
|
|
115
|
+
this._notifySubscribers();
|
|
116
|
+
};
|
|
117
|
+
const promiseOrGenerator = adapter.add({ file });
|
|
118
|
+
if (Symbol.asyncIterator in promiseOrGenerator) {
|
|
119
|
+
for await (const r of promiseOrGenerator) {
|
|
120
|
+
upsertAttachment(r);
|
|
121
|
+
}
|
|
122
|
+
} else {
|
|
123
|
+
upsertAttachment(await promiseOrGenerator);
|
|
124
|
+
}
|
|
125
|
+
this._notifyEventSubscribers("attachment-add");
|
|
126
|
+
this._notifySubscribers();
|
|
127
|
+
}
|
|
128
|
+
async removeAttachment(attachmentId) {
|
|
129
|
+
const adapter = this.getAttachmentAdapter();
|
|
130
|
+
if (!adapter) throw new Error("Attachments are not supported");
|
|
131
|
+
const index = this._attachments.findIndex((a) => a.id === attachmentId);
|
|
132
|
+
if (index === -1) throw new Error("Attachment not found");
|
|
133
|
+
const attachment = this._attachments[index];
|
|
134
|
+
await adapter.remove(attachment);
|
|
135
|
+
this._attachments = [
|
|
136
|
+
...this._attachments.slice(0, index),
|
|
137
|
+
...this._attachments.slice(index + 1)
|
|
138
|
+
];
|
|
139
|
+
this._notifySubscribers();
|
|
140
|
+
}
|
|
141
|
+
_eventSubscribers = /* @__PURE__ */ new Map();
|
|
142
|
+
_notifyEventSubscribers(event) {
|
|
143
|
+
const subscribers = this._eventSubscribers.get(event);
|
|
144
|
+
if (!subscribers) return;
|
|
145
|
+
for (const callback of subscribers) callback();
|
|
146
|
+
}
|
|
147
|
+
unstable_on(event, callback) {
|
|
148
|
+
const subscribers = this._eventSubscribers.get(event);
|
|
149
|
+
if (!subscribers) {
|
|
150
|
+
this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));
|
|
151
|
+
} else {
|
|
152
|
+
subscribers.add(callback);
|
|
153
|
+
}
|
|
154
|
+
return () => {
|
|
155
|
+
const subscribers2 = this._eventSubscribers.get(event);
|
|
156
|
+
if (!subscribers2) return;
|
|
157
|
+
subscribers2.delete(callback);
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
export { BaseComposerRuntimeCore };
|
|
163
|
+
//# sourceMappingURL=BaseComposerRuntimeCore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseComposerRuntimeCore.js","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx\nimport { BaseSubscribable } from \"../remote-thread-list/BaseSubscribable.js\";\nvar isAttachmentComplete = (a) => a.status.type === \"complete\";\nvar BaseComposerRuntimeCore = class extends BaseSubscribable {\n isEditing = true;\n get attachmentAccept() {\n return this.getAttachmentAdapter()?.accept ?? \"*\";\n }\n _attachments = [];\n get attachments() {\n return this._attachments;\n }\n setAttachments(value) {\n this._attachments = value;\n this._notifySubscribers();\n }\n get isEmpty() {\n return !this.text.trim() && !this.attachments.length;\n }\n _text = \"\";\n get text() {\n return this._text;\n }\n _role = \"user\";\n get role() {\n return this._role;\n }\n _runConfig = {};\n get runConfig() {\n return this._runConfig;\n }\n setText(value) {\n if (this._text === value) return;\n this._text = value;\n this._notifySubscribers();\n }\n setRole(role) {\n if (this._role === role) return;\n this._role = role;\n this._notifySubscribers();\n }\n setRunConfig(runConfig) {\n if (this._runConfig === runConfig) return;\n this._runConfig = runConfig;\n this._notifySubscribers();\n }\n _emptyTextAndAttachments() {\n this._attachments = [];\n this._text = \"\";\n this._notifySubscribers();\n }\n async _onClearAttachments() {\n const adapter = this.getAttachmentAdapter();\n if (adapter) {\n await Promise.all(this._attachments.map((a) => adapter.remove(a)));\n }\n }\n async reset() {\n if (this._attachments.length === 0 && this._text === \"\" && this._role === \"user\" && Object.keys(this._runConfig).length === 0) {\n return;\n }\n this._role = \"user\";\n this._runConfig = {};\n const task = this._onClearAttachments();\n this._emptyTextAndAttachments();\n await task;\n }\n async clearAttachments() {\n const task = this._onClearAttachments();\n this.setAttachments([]);\n await task;\n }\n async send() {\n const adapter = this.getAttachmentAdapter();\n const attachments = adapter && this.attachments.length > 0 ? Promise.all(\n this.attachments.map(async (a) => {\n if (isAttachmentComplete(a)) return a;\n const result = await adapter.send(a);\n return result;\n })\n ) : [];\n const text = this.text;\n this._emptyTextAndAttachments();\n const message = {\n createdAt: /* @__PURE__ */ new Date(),\n role: this.role,\n content: text ? [{ type: \"text\", text }] : [],\n attachments: await attachments,\n runConfig: this.runConfig,\n metadata: { custom: {} }\n };\n this.handleSend(message);\n this._notifyEventSubscribers(\"send\");\n }\n cancel() {\n this.handleCancel();\n }\n async addAttachment(file) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const upsertAttachment = (a) => {\n const idx = this._attachments.findIndex(\n (attachment) => attachment.id === a.id\n );\n if (idx !== -1)\n this._attachments = [\n ...this._attachments.slice(0, idx),\n a,\n ...this._attachments.slice(idx + 1)\n ];\n else {\n this._attachments = [...this._attachments, a];\n }\n this._notifySubscribers();\n };\n const promiseOrGenerator = adapter.add({ file });\n if (Symbol.asyncIterator in promiseOrGenerator) {\n for await (const r of promiseOrGenerator) {\n upsertAttachment(r);\n }\n } else {\n upsertAttachment(await promiseOrGenerator);\n }\n this._notifyEventSubscribers(\"attachment-add\");\n this._notifySubscribers();\n }\n async removeAttachment(attachmentId) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const index = this._attachments.findIndex((a) => a.id === attachmentId);\n if (index === -1) throw new Error(\"Attachment not found\");\n const attachment = this._attachments[index];\n await adapter.remove(attachment);\n this._attachments = [\n ...this._attachments.slice(0, index),\n ...this._attachments.slice(index + 1)\n ];\n this._notifySubscribers();\n }\n _eventSubscribers = /* @__PURE__ */ new Map();\n _notifyEventSubscribers(event) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) return;\n for (const callback of subscribers) callback();\n }\n unstable_on(event, callback) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) {\n this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));\n } else {\n subscribers.add(callback);\n }\n return () => {\n const subscribers2 = this._eventSubscribers.get(event);\n if (!subscribers2) return;\n subscribers2.delete(callback);\n };\n }\n};\nexport {\n BaseComposerRuntimeCore\n};\n//# sourceMappingURL=BaseComposerRuntimeCore.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var getThreadMessageText = require('../../../utils/getThreadMessageText.cjs');
|
|
4
|
+
var BaseComposerRuntimeCore = require('./BaseComposerRuntimeCore.cjs');
|
|
5
|
+
|
|
6
|
+
// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx
|
|
7
|
+
var DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore.BaseComposerRuntimeCore {
|
|
8
|
+
constructor(runtime, endEditCallback, { parentId, message }) {
|
|
9
|
+
super();
|
|
10
|
+
this.runtime = runtime;
|
|
11
|
+
this.endEditCallback = endEditCallback;
|
|
12
|
+
this._parentId = parentId;
|
|
13
|
+
this._sourceId = message.id;
|
|
14
|
+
this._previousText = getThreadMessageText.getThreadMessageText(message);
|
|
15
|
+
this.setText(this._previousText);
|
|
16
|
+
this.setRole(message.role);
|
|
17
|
+
this.setAttachments(message.attachments ?? []);
|
|
18
|
+
this._nonTextParts = message.content.filter((part) => part.type !== "text");
|
|
19
|
+
this.setRunConfig({ ...runtime.composer.runConfig });
|
|
20
|
+
}
|
|
21
|
+
get canCancel() {
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
getAttachmentAdapter() {
|
|
25
|
+
return this.runtime.adapters?.attachments;
|
|
26
|
+
}
|
|
27
|
+
_nonTextParts;
|
|
28
|
+
_previousText;
|
|
29
|
+
_parentId;
|
|
30
|
+
_sourceId;
|
|
31
|
+
async handleSend(message) {
|
|
32
|
+
const text = getThreadMessageText.getThreadMessageText(message);
|
|
33
|
+
if (text !== this._previousText) {
|
|
34
|
+
this.runtime.append({
|
|
35
|
+
...message,
|
|
36
|
+
content: [...message.content, ...this._nonTextParts],
|
|
37
|
+
parentId: this._parentId,
|
|
38
|
+
sourceId: this._sourceId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
this.handleCancel();
|
|
42
|
+
}
|
|
43
|
+
handleCancel() {
|
|
44
|
+
this.endEditCallback();
|
|
45
|
+
this._notifySubscribers();
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
exports.DefaultEditComposerRuntimeCore = DefaultEditComposerRuntimeCore;
|
|
50
|
+
//# sourceMappingURL=DefaultEditComposerRuntimeCore.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultEditComposerRuntimeCore.cjs","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx\nimport { getThreadMessageText } from \"../../../utils/getThreadMessageText.js\";\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime, endEditCallback, { parentId, message }) {\n super();\n this.runtime = runtime;\n this.endEditCallback = endEditCallback;\n this._parentId = parentId;\n this._sourceId = message.id;\n this._previousText = getThreadMessageText(message);\n this.setText(this._previousText);\n this.setRole(message.role);\n this.setAttachments(message.attachments ?? []);\n this._nonTextParts = message.content.filter((part) => part.type !== \"text\");\n this.setRunConfig({ ...runtime.composer.runConfig });\n }\n get canCancel() {\n return true;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n _nonTextParts;\n _previousText;\n _parentId;\n _sourceId;\n async handleSend(message) {\n const text = getThreadMessageText(message);\n if (text !== this._previousText) {\n this.runtime.append({\n ...message,\n content: [...message.content, ...this._nonTextParts],\n parentId: this._parentId,\n sourceId: this._sourceId\n });\n }\n this.handleCancel();\n }\n handleCancel() {\n this.endEditCallback();\n this._notifySubscribers();\n }\n};\nexport {\n DefaultEditComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map"],"names":["BaseComposerRuntimeCore","getThreadMessageText"],"mappings":";;;;;AAAA;AAGG,IAAC,8BAA8B,GAAG,cAAcA,+CAAuB,CAAC;AAC3E,EAAE,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;AAC/D,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;AAC3C,IAAI,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;AAC9B,IAAI,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,EAAE,CAAC;AAChC,IAAI,IAAI,CAAC,aAAa,GAAGC,yCAAoB,CAAC,OAAO,CAAC,CAAC;AACvD,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AACrC,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AAC/B,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC;AACnD,IAAI,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;AAChF,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC;AACzD,GAAG;AACH,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,aAAa,CAAC;AAChB,EAAE,aAAa,CAAC;AAChB,EAAE,SAAS,CAAC;AACZ,EAAE,SAAS,CAAC;AACZ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,MAAM,IAAI,GAAGA,yCAAoB,CAAC,OAAO,CAAC,CAAC;AAC/C,IAAI,IAAI,IAAI,KAAK,IAAI,CAAC,aAAa,EAAE;AACrC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AAC1B,QAAQ,GAAG,OAAO;AAClB,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC;AAC5D,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,OAAO,CAAC,CAAC;AACT,KAAK;AACL,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;AACxB,GAAG;AACH,EAAE,YAAY,GAAG;AACjB,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;AAC3B,IAAI,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAC9B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getThreadMessageText } from '../../../utils/getThreadMessageText.js';
|
|
2
|
+
import { BaseComposerRuntimeCore } from './BaseComposerRuntimeCore.js';
|
|
3
|
+
|
|
4
|
+
// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx
|
|
5
|
+
var DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {
|
|
6
|
+
constructor(runtime, endEditCallback, { parentId, message }) {
|
|
7
|
+
super();
|
|
8
|
+
this.runtime = runtime;
|
|
9
|
+
this.endEditCallback = endEditCallback;
|
|
10
|
+
this._parentId = parentId;
|
|
11
|
+
this._sourceId = message.id;
|
|
12
|
+
this._previousText = getThreadMessageText(message);
|
|
13
|
+
this.setText(this._previousText);
|
|
14
|
+
this.setRole(message.role);
|
|
15
|
+
this.setAttachments(message.attachments ?? []);
|
|
16
|
+
this._nonTextParts = message.content.filter((part) => part.type !== "text");
|
|
17
|
+
this.setRunConfig({ ...runtime.composer.runConfig });
|
|
18
|
+
}
|
|
19
|
+
get canCancel() {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
getAttachmentAdapter() {
|
|
23
|
+
return this.runtime.adapters?.attachments;
|
|
24
|
+
}
|
|
25
|
+
_nonTextParts;
|
|
26
|
+
_previousText;
|
|
27
|
+
_parentId;
|
|
28
|
+
_sourceId;
|
|
29
|
+
async handleSend(message) {
|
|
30
|
+
const text = getThreadMessageText(message);
|
|
31
|
+
if (text !== this._previousText) {
|
|
32
|
+
this.runtime.append({
|
|
33
|
+
...message,
|
|
34
|
+
content: [...message.content, ...this._nonTextParts],
|
|
35
|
+
parentId: this._parentId,
|
|
36
|
+
sourceId: this._sourceId
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
this.handleCancel();
|
|
40
|
+
}
|
|
41
|
+
handleCancel() {
|
|
42
|
+
this.endEditCallback();
|
|
43
|
+
this._notifySubscribers();
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { DefaultEditComposerRuntimeCore };
|
|
48
|
+
//# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultEditComposerRuntimeCore.js","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx\nimport { getThreadMessageText } from \"../../../utils/getThreadMessageText.js\";\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime, endEditCallback, { parentId, message }) {\n super();\n this.runtime = runtime;\n this.endEditCallback = endEditCallback;\n this._parentId = parentId;\n this._sourceId = message.id;\n this._previousText = getThreadMessageText(message);\n this.setText(this._previousText);\n this.setRole(message.role);\n this.setAttachments(message.attachments ?? []);\n this._nonTextParts = message.content.filter((part) => part.type !== \"text\");\n this.setRunConfig({ ...runtime.composer.runConfig });\n }\n get canCancel() {\n return true;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n _nonTextParts;\n _previousText;\n _parentId;\n _sourceId;\n async handleSend(message) {\n const text = getThreadMessageText(message);\n if (text !== this._previousText) {\n this.runtime.append({\n ...message,\n content: [...message.content, ...this._nonTextParts],\n parentId: this._parentId,\n sourceId: this._sourceId\n });\n }\n this.handleCancel();\n }\n handleCancel() {\n this.endEditCallback();\n this._notifySubscribers();\n }\n};\nexport {\n DefaultEditComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map"],"names":[],"mappings":";;;AAAA;AAGG,IAAC,8BAA8B,GAAG,cAAc,uBAAuB,CAAC;AAC3E,EAAE,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;AAC/D,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;AAC3C,IAAI,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;AAC9B,IAAI,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,EAAE,CAAC;AAChC,IAAI,IAAI,CAAC,aAAa,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AACvD,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AACrC,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AAC/B,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC;AACnD,IAAI,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;AAChF,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC;AACzD,GAAG;AACH,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,aAAa,CAAC;AAChB,EAAE,aAAa,CAAC;AAChB,EAAE,SAAS,CAAC;AACZ,EAAE,SAAS,CAAC;AACZ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,MAAM,IAAI,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAC/C,IAAI,IAAI,IAAI,KAAK,IAAI,CAAC,aAAa,EAAE;AACrC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AAC1B,QAAQ,GAAG,OAAO;AAClB,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC;AAC5D,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,OAAO,CAAC,CAAC;AACT,KAAK;AACL,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;AACxB,GAAG;AACH,EAAE,YAAY,GAAG;AACjB,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;AAC3B,IAAI,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAC9B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var BaseComposerRuntimeCore = require('./BaseComposerRuntimeCore.cjs');
|
|
4
|
+
|
|
5
|
+
// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx
|
|
6
|
+
var DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore.BaseComposerRuntimeCore {
|
|
7
|
+
constructor(runtime) {
|
|
8
|
+
super();
|
|
9
|
+
this.runtime = runtime;
|
|
10
|
+
this.connect();
|
|
11
|
+
}
|
|
12
|
+
_canCancel = false;
|
|
13
|
+
get canCancel() {
|
|
14
|
+
return this._canCancel;
|
|
15
|
+
}
|
|
16
|
+
get attachments() {
|
|
17
|
+
return super.attachments;
|
|
18
|
+
}
|
|
19
|
+
getAttachmentAdapter() {
|
|
20
|
+
return this.runtime.adapters?.attachments;
|
|
21
|
+
}
|
|
22
|
+
connect() {
|
|
23
|
+
return this.runtime.subscribe(() => {
|
|
24
|
+
if (this.canCancel !== this.runtime.capabilities.cancel) {
|
|
25
|
+
this._canCancel = this.runtime.capabilities.cancel;
|
|
26
|
+
this._notifySubscribers();
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
async handleSend(message) {
|
|
31
|
+
this.runtime.append({
|
|
32
|
+
...message,
|
|
33
|
+
parentId: this.runtime.messages.at(-1)?.id ?? null,
|
|
34
|
+
sourceId: null
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
async handleCancel() {
|
|
38
|
+
this.runtime.cancelRun();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
exports.DefaultThreadComposerRuntimeCore = DefaultThreadComposerRuntimeCore;
|
|
43
|
+
//# sourceMappingURL=DefaultThreadComposerRuntimeCore.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultThreadComposerRuntimeCore.cjs","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime) {\n super();\n this.runtime = runtime;\n this.connect();\n }\n _canCancel = false;\n get canCancel() {\n return this._canCancel;\n }\n get attachments() {\n return super.attachments;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n connect() {\n return this.runtime.subscribe(() => {\n if (this.canCancel !== this.runtime.capabilities.cancel) {\n this._canCancel = this.runtime.capabilities.cancel;\n this._notifySubscribers();\n }\n });\n }\n async handleSend(message) {\n this.runtime.append({\n ...message,\n parentId: this.runtime.messages.at(-1)?.id ?? null,\n sourceId: null\n });\n }\n async handleCancel() {\n this.runtime.cancelRun();\n }\n};\nexport {\n DefaultThreadComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map"],"names":["BaseComposerRuntimeCore"],"mappings":";;;;AAAA;AAEG,IAAC,gCAAgC,GAAG,cAAcA,+CAAuB,CAAC;AAC7E,EAAE,WAAW,CAAC,OAAO,EAAE;AACvB,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;AACnB,GAAG;AACH,EAAE,UAAU,GAAG,KAAK,CAAC;AACrB,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC;AAC3B,GAAG;AACH,EAAE,IAAI,WAAW,GAAG;AACpB,IAAI,OAAO,KAAK,CAAC,WAAW,CAAC;AAC7B,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,OAAO,GAAG;AACZ,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM;AACxC,MAAM,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE;AAC/D,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC;AAC3D,QAAQ,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAClC,OAAO;AACP,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AACxB,MAAM,GAAG,OAAO;AAChB,MAAM,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI;AACxD,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,YAAY,GAAG;AACvB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;AAC7B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { BaseComposerRuntimeCore } from './BaseComposerRuntimeCore.js';
|
|
2
|
+
|
|
3
|
+
// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx
|
|
4
|
+
var DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {
|
|
5
|
+
constructor(runtime) {
|
|
6
|
+
super();
|
|
7
|
+
this.runtime = runtime;
|
|
8
|
+
this.connect();
|
|
9
|
+
}
|
|
10
|
+
_canCancel = false;
|
|
11
|
+
get canCancel() {
|
|
12
|
+
return this._canCancel;
|
|
13
|
+
}
|
|
14
|
+
get attachments() {
|
|
15
|
+
return super.attachments;
|
|
16
|
+
}
|
|
17
|
+
getAttachmentAdapter() {
|
|
18
|
+
return this.runtime.adapters?.attachments;
|
|
19
|
+
}
|
|
20
|
+
connect() {
|
|
21
|
+
return this.runtime.subscribe(() => {
|
|
22
|
+
if (this.canCancel !== this.runtime.capabilities.cancel) {
|
|
23
|
+
this._canCancel = this.runtime.capabilities.cancel;
|
|
24
|
+
this._notifySubscribers();
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
async handleSend(message) {
|
|
29
|
+
this.runtime.append({
|
|
30
|
+
...message,
|
|
31
|
+
parentId: this.runtime.messages.at(-1)?.id ?? null,
|
|
32
|
+
sourceId: null
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
async handleCancel() {
|
|
36
|
+
this.runtime.cancelRun();
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export { DefaultThreadComposerRuntimeCore };
|
|
41
|
+
//# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultThreadComposerRuntimeCore.js","sources":["../../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime) {\n super();\n this.runtime = runtime;\n this.connect();\n }\n _canCancel = false;\n get canCancel() {\n return this._canCancel;\n }\n get attachments() {\n return super.attachments;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n connect() {\n return this.runtime.subscribe(() => {\n if (this.canCancel !== this.runtime.capabilities.cancel) {\n this._canCancel = this.runtime.capabilities.cancel;\n this._notifySubscribers();\n }\n });\n }\n async handleSend(message) {\n this.runtime.append({\n ...message,\n parentId: this.runtime.messages.at(-1)?.id ?? null,\n sourceId: null\n });\n }\n async handleCancel() {\n this.runtime.cancelRun();\n }\n};\nexport {\n DefaultThreadComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map"],"names":[],"mappings":";;AAAA;AAEG,IAAC,gCAAgC,GAAG,cAAc,uBAAuB,CAAC;AAC7E,EAAE,WAAW,CAAC,OAAO,EAAE;AACvB,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;AACnB,GAAG;AACH,EAAE,UAAU,GAAG,KAAK,CAAC;AACrB,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC;AAC3B,GAAG;AACH,EAAE,IAAI,WAAW,GAAG;AACpB,IAAI,OAAO,KAAK,CAAC,WAAW,CAAC;AAC7B,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,OAAO,GAAG;AACZ,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM;AACxC,MAAM,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE;AAC/D,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC;AAC3D,QAAQ,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAClC,OAAO;AACP,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AACxB,MAAM,GAAG,OAAO;AAChB,MAAM,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI;AACxD,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,YAAY,GAAG;AACvB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;AAC7B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
|