@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
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotPopup
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-IZY3KREJ.mjs";
|
|
4
|
+
import "../../chunk-AFVE4KVO.mjs";
|
|
5
5
|
import "../../chunk-YAGE7RCE.mjs";
|
|
6
6
|
import "../../chunk-VEC45H6Q.mjs";
|
|
7
7
|
import "../../chunk-RQNJNK2W.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-ZYA5BMQA.mjs";
|
|
9
9
|
import "../../chunk-UWWMAJ7R.mjs";
|
|
10
10
|
import "../../chunk-F7VWGY77.mjs";
|
|
11
11
|
import "../../chunk-OFYI4UU4.mjs";
|
|
12
12
|
import "../../chunk-HEIDCT7I.mjs";
|
|
13
13
|
import "../../chunk-V7W6IM2V.mjs";
|
|
14
14
|
import "../../chunk-3VNMQWGT.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-XB6QCUPB.mjs";
|
|
16
16
|
import "../../chunk-RJCZRKTV.mjs";
|
|
17
17
|
import "../../chunk-F2W5FD7L.mjs";
|
|
18
18
|
import "../../chunk-PNQVKBPN.mjs";
|
|
@@ -1054,13 +1054,13 @@ function RenderActionExecutionMessage(props) {
|
|
|
1054
1054
|
"data-message-role": "assistant",
|
|
1055
1055
|
isLoading: false,
|
|
1056
1056
|
isGenerating: false,
|
|
1057
|
-
subComponent: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { children: [
|
|
1057
|
+
subComponent: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "copilotKitMessage copilotKitAssistantMessage", children: [
|
|
1058
1058
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("b", { children: [
|
|
1059
|
-
"\u274C Error executing render
|
|
1060
|
-
message.name
|
|
1059
|
+
"\u274C Error executing render function for action ",
|
|
1060
|
+
message.name,
|
|
1061
|
+
":"
|
|
1061
1062
|
] }),
|
|
1062
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("
|
|
1063
|
-
e instanceof Error ? e.message : String(e)
|
|
1063
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("pre", { children: e instanceof Error ? e.message : String(e) })
|
|
1064
1064
|
] })
|
|
1065
1065
|
},
|
|
1066
1066
|
index
|