@copilotkit/react-ui 1.10.0-next.6 → 1.10.0-next.8
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/CHANGELOG.md +17 -0
- package/dist/{chunk-K344MVUT.mjs → chunk-3DVMCBME.mjs} +2 -1
- package/dist/{chunk-K344MVUT.mjs.map → chunk-3DVMCBME.mjs.map} +1 -1
- package/dist/{chunk-BXX6RM44.mjs → chunk-APLX7E54.mjs} +2 -2
- package/dist/{chunk-BY42E5VF.mjs → chunk-BPU3FDT4.mjs} +2 -2
- package/dist/{chunk-MYWIJSW6.mjs → chunk-KLV4ERV6.mjs} +2 -2
- package/dist/components/chat/Chat.d.ts +11 -11
- package/dist/components/chat/Chat.js +1 -0
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +1 -1
- package/dist/components/chat/Modal.d.ts +1 -1
- package/dist/components/chat/Modal.js +1 -0
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +2 -2
- package/dist/components/chat/Popup.d.ts +1 -1
- package/dist/components/chat/Popup.js +1 -0
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +3 -3
- package/dist/components/chat/Sidebar.d.ts +1 -1
- package/dist/components/chat/Sidebar.js +1 -0
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +3 -3
- package/dist/components/chat/index.d.ts +1 -1
- package/dist/components/chat/index.js +1 -0
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +4 -4
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/package.json +4 -4
- package/src/components/chat/Chat.tsx +1 -0
- /package/dist/{chunk-BXX6RM44.mjs.map → chunk-APLX7E54.mjs.map} +0 -0
- /package/dist/{chunk-BY42E5VF.mjs.map → chunk-BPU3FDT4.mjs.map} +0 -0
- /package/dist/{chunk-MYWIJSW6.mjs.map → chunk-KLV4ERV6.mjs.map} +0 -0
|
@@ -6,7 +6,7 @@ import '@copilotkit/shared';
|
|
|
6
6
|
import '../../types/suggestions.js';
|
|
7
7
|
import '@copilotkit/react-core/dist/types/coagent-state';
|
|
8
8
|
import '@copilotkit/react-core/dist/hooks/use-tree';
|
|
9
|
-
import '@copilotkit/react-core/dist/copilot-context-
|
|
9
|
+
import '@copilotkit/react-core/dist/copilot-context-256f9020';
|
|
10
10
|
import '@copilotkit/react-core/dist/types/coagent-action';
|
|
11
11
|
import '@copilotkit/react-core';
|
|
12
12
|
import '@copilotkit/runtime-client-gql';
|
|
@@ -2722,6 +2722,7 @@ var useCopilotChatLogic = (chatSuggestions, makeSystemMessage, onInProgress, onS
|
|
|
2722
2722
|
yield (0, import_react_core10.runAgent)(
|
|
2723
2723
|
generalContext.agentSession.agentName,
|
|
2724
2724
|
stableContext,
|
|
2725
|
+
messagesContext.messages,
|
|
2725
2726
|
appendMessage,
|
|
2726
2727
|
runChatCompletion,
|
|
2727
2728
|
hint
|