@copilotkit/runtime 1.5.1-custom-tag-pre.0 → 1.5.1-test-custom-tag-prerelease-1.0
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 +2 -2
- package/dist/{chunk-MKDG5ZHT.mjs → chunk-F4RA4OOZ.mjs} +2 -2
- package/dist/{chunk-5E6LOP76.mjs → chunk-L3RX2YCQ.mjs} +2 -2
- package/dist/{chunk-3ECBC2K2.mjs → chunk-YEAV6DRC.mjs} +6 -6
- package/dist/chunk-YEAV6DRC.mjs.map +1 -0
- package/dist/{chunk-MYZB2EKG.mjs → chunk-YOQGCPIU.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +2 -2
- package/dist/chunk-3ECBC2K2.mjs.map +0 -1
- /package/dist/{chunk-MKDG5ZHT.mjs.map → chunk-F4RA4OOZ.mjs.map} +0 -0
- /package/dist/{chunk-5E6LOP76.mjs.map → chunk-L3RX2YCQ.mjs.map} +0 -0
- /package/dist/{chunk-MYZB2EKG.mjs.map → chunk-YOQGCPIU.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-F4RA4OOZ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-L3RX2YCQ.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-YOQGCPIU.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,7 +20,12 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-YEAV6DRC.mjs";
|
|
24
|
+
import {
|
|
25
|
+
GuardrailsValidationFailureResponse,
|
|
26
|
+
MessageStreamInterruptedResponse,
|
|
27
|
+
UnknownErrorResponse
|
|
28
|
+
} from "./chunk-U3V2BCGI.mjs";
|
|
24
29
|
import {
|
|
25
30
|
AnthropicAdapter,
|
|
26
31
|
ExperimentalEmptyAdapter,
|
|
@@ -33,11 +38,6 @@ import {
|
|
|
33
38
|
RemoteChain,
|
|
34
39
|
UnifyAdapter
|
|
35
40
|
} from "./chunk-CLGKEUOA.mjs";
|
|
36
|
-
import {
|
|
37
|
-
GuardrailsValidationFailureResponse,
|
|
38
|
-
MessageStreamInterruptedResponse,
|
|
39
|
-
UnknownErrorResponse
|
|
40
|
-
} from "./chunk-U3V2BCGI.mjs";
|
|
41
41
|
import "./chunk-RFF5IIZJ.mjs";
|
|
42
42
|
import "./chunk-D2WLFQS6.mjs";
|
|
43
43
|
import "./chunk-44O2JGUY.mjs";
|
package/dist/lib/index.js
CHANGED