@copilotkit/react-ui 1.5.12-next.3 → 1.5.12-next.5
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 +16 -0
- package/dist/{chunk-VKVNMHM5.mjs → chunk-AFVE4KVO.mjs} +2 -2
- package/dist/{chunk-B23XDGH4.mjs → chunk-CLC5XZLK.mjs} +2 -2
- package/dist/{chunk-O6JFOQQA.mjs → chunk-IZY3KREJ.mjs} +2 -2
- package/dist/{chunk-P5A3A5FO.mjs → chunk-XB6QCUPB.mjs} +6 -6
- package/dist/{chunk-P5A3A5FO.mjs.map → chunk-XB6QCUPB.mjs.map} +1 -1
- package/dist/{chunk-I7MG52I5.mjs → chunk-ZYA5BMQA.mjs} +2 -2
- package/dist/components/chat/Chat.js +5 -5
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +2 -2
- package/dist/components/chat/Modal.js +5 -5
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +3 -3
- package/dist/components/chat/Popup.js +5 -5
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +4 -4
- package/dist/components/chat/Sidebar.js +5 -5
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +4 -4
- package/dist/components/chat/index.js +5 -5
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +5 -5
- package/dist/components/chat/messages/RenderActionExecutionMessage.js +5 -5
- package/dist/components/chat/messages/RenderActionExecutionMessage.js.map +1 -1
- package/dist/components/chat/messages/RenderActionExecutionMessage.mjs +1 -1
- package/dist/components/index.js +5 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -5
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +4 -4
- package/src/components/chat/messages/RenderActionExecutionMessage.tsx +3 -4
- /package/dist/{chunk-VKVNMHM5.mjs.map → chunk-AFVE4KVO.mjs.map} +0 -0
- /package/dist/{chunk-B23XDGH4.mjs.map → chunk-CLC5XZLK.mjs.map} +0 -0
- /package/dist/{chunk-O6JFOQQA.mjs.map → chunk-IZY3KREJ.mjs.map} +0 -0
- /package/dist/{chunk-I7MG52I5.mjs.map → chunk-ZYA5BMQA.mjs.map} +0 -0
|
@@ -2,18 +2,18 @@ import "../chunk-MMVDU6DF.mjs";
|
|
|
2
2
|
import "../chunk-SQMEPWVT.mjs";
|
|
3
3
|
import {
|
|
4
4
|
CopilotSidebar
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-CLC5XZLK.mjs";
|
|
6
6
|
import "../chunk-WB3YULQ4.mjs";
|
|
7
7
|
import {
|
|
8
8
|
CopilotPopup
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-IZY3KREJ.mjs";
|
|
10
|
+
import "../chunk-AFVE4KVO.mjs";
|
|
11
11
|
import "../chunk-YAGE7RCE.mjs";
|
|
12
12
|
import "../chunk-VEC45H6Q.mjs";
|
|
13
13
|
import "../chunk-RQNJNK2W.mjs";
|
|
14
14
|
import {
|
|
15
15
|
CopilotChat
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-ZYA5BMQA.mjs";
|
|
17
17
|
import "../chunk-UWWMAJ7R.mjs";
|
|
18
18
|
import "../chunk-F7VWGY77.mjs";
|
|
19
19
|
import "../chunk-OFYI4UU4.mjs";
|
|
@@ -24,7 +24,7 @@ import "../chunk-V7W6IM2V.mjs";
|
|
|
24
24
|
import {
|
|
25
25
|
AssistantMessage
|
|
26
26
|
} from "../chunk-3VNMQWGT.mjs";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-XB6QCUPB.mjs";
|
|
28
28
|
import "../chunk-RJCZRKTV.mjs";
|
|
29
29
|
import {
|
|
30
30
|
CopilotDevConsole
|
package/dist/index.js
CHANGED
|
@@ -1063,13 +1063,13 @@ function RenderActionExecutionMessage(props) {
|
|
|
1063
1063
|
"data-message-role": "assistant",
|
|
1064
1064
|
isLoading: false,
|
|
1065
1065
|
isGenerating: false,
|
|
1066
|
-
subComponent: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { children: [
|
|
1066
|
+
subComponent: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "copilotKitMessage copilotKitAssistantMessage", children: [
|
|
1067
1067
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("b", { children: [
|
|
1068
|
-
"\u274C Error executing render
|
|
1069
|
-
message.name
|
|
1068
|
+
"\u274C Error executing render function for action ",
|
|
1069
|
+
message.name,
|
|
1070
|
+
":"
|
|
1070
1071
|
] }),
|
|
1071
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("
|
|
1072
|
-
e instanceof Error ? e.message : String(e)
|
|
1072
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("pre", { children: e instanceof Error ? e.message : String(e) })
|
|
1073
1073
|
] })
|
|
1074
1074
|
},
|
|
1075
1075
|
index
|