@copilotkit/react-core 1.8.4-next.3 → 1.8.4-next.4
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 +8 -0
- package/dist/{chunk-GL55IVMW.mjs → chunk-5XQEGQL3.mjs} +2 -2
- package/dist/{chunk-RQCCRHBB.mjs → chunk-OKBPP25E.mjs} +4 -4
- package/dist/chunk-OKBPP25E.mjs.map +1 -0
- package/dist/{chunk-OZZDRR6H.mjs → chunk-S3XGAWBE.mjs} +2 -2
- package/dist/{chunk-SILLU37K.mjs → chunk-TUEB3WSW.mjs} +2 -2
- package/dist/{chunk-BRZTDXGW.mjs → chunk-XFL2DWUF.mjs} +2 -2
- package/dist/components/copilot-provider/copilotkit.js +3 -3
- package/dist/components/copilot-provider/copilotkit.js.map +1 -1
- package/dist/components/copilot-provider/copilotkit.mjs +1 -1
- package/dist/components/copilot-provider/index.js +3 -3
- package/dist/components/copilot-provider/index.js.map +1 -1
- package/dist/components/copilot-provider/index.mjs +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +4 -4
- package/dist/hooks/use-coagent.js.map +1 -1
- package/dist/hooks/use-coagent.mjs +3 -3
- package/dist/hooks/use-copilot-chat.js.map +1 -1
- package/dist/hooks/use-copilot-chat.mjs +2 -2
- package/dist/hooks/use-langgraph-interrupt.js.map +1 -1
- package/dist/hooks/use-langgraph-interrupt.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/copilot-task.js.map +1 -1
- package/dist/lib/copilot-task.mjs +2 -2
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +2 -2
- package/dist/utils/extract.js.map +1 -1
- package/dist/utils/extract.mjs +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +5 -5
- package/src/components/copilot-provider/copilotkit.tsx +3 -3
- package/dist/chunk-RQCCRHBB.mjs.map +0 -1
- /package/dist/{chunk-GL55IVMW.mjs.map → chunk-5XQEGQL3.mjs.map} +0 -0
- /package/dist/{chunk-OZZDRR6H.mjs.map → chunk-S3XGAWBE.mjs.map} +0 -0
- /package/dist/{chunk-SILLU37K.mjs.map → chunk-TUEB3WSW.mjs.map} +0 -0
- /package/dist/{chunk-BRZTDXGW.mjs.map → chunk-XFL2DWUF.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-7XNZHQWJ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
useLangGraphInterrupt
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-5XQEGQL3.mjs";
|
|
8
8
|
import {
|
|
9
9
|
useMakeCopilotDocumentReadable
|
|
10
10
|
} from "../chunk-JHPCDBBM.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
startAgent,
|
|
17
17
|
stopAgent,
|
|
18
18
|
useCoAgent
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-TUEB3WSW.mjs";
|
|
20
20
|
import {
|
|
21
21
|
useCopilotAdditionalInstructions
|
|
22
22
|
} from "../chunk-O3IIH54P.mjs";
|
|
@@ -28,11 +28,11 @@ import {
|
|
|
28
28
|
} from "../chunk-NY3BUYYZ.mjs";
|
|
29
29
|
import {
|
|
30
30
|
useCopilotChat
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-S3XGAWBE.mjs";
|
|
32
32
|
import {
|
|
33
33
|
useCopilotReadable
|
|
34
34
|
} from "../chunk-AT4ALBK4.mjs";
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-OKBPP25E.mjs";
|
|
36
36
|
import "../chunk-534J55RX.mjs";
|
|
37
37
|
import "../chunk-MLAS4QUR.mjs";
|
|
38
38
|
import "../chunk-37LXOL6B.mjs";
|