@copilotkit/runtime 1.5.13-next.0 → 1.5.13
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 +7 -0
- package/dist/{chunk-ZZUINFAU.mjs → chunk-33C7HGEJ.mjs} +2 -2
- package/dist/{chunk-V4EKDRR6.mjs → chunk-75OPODE3.mjs} +2 -2
- package/dist/{chunk-OBZLPXFY.mjs → chunk-JAJAKFMI.mjs} +2 -2
- package/dist/{chunk-HBCVNFMF.mjs → chunk-SXZJMC3M.mjs} +14 -14
- package/dist/chunk-SXZJMC3M.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +7 -7
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +6 -6
- 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 +4 -4
- 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 +4 -4
- 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 +3 -3
- package/package.json +2 -2
- package/dist/chunk-HBCVNFMF.mjs.map +0 -1
- /package/dist/{chunk-ZZUINFAU.mjs.map → chunk-33C7HGEJ.mjs.map} +0 -0
- /package/dist/{chunk-V4EKDRR6.mjs.map → chunk-75OPODE3.mjs.map} +0 -0
- /package/dist/{chunk-OBZLPXFY.mjs.map → chunk-JAJAKFMI.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-75OPODE3.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JAJAKFMI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-33C7HGEJ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,12 +20,9 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import
|
|
25
|
-
|
|
26
|
-
MessageStreamInterruptedResponse,
|
|
27
|
-
UnknownErrorResponse
|
|
28
|
-
} from "./chunk-U3V2BCGI.mjs";
|
|
23
|
+
} from "./chunk-SXZJMC3M.mjs";
|
|
24
|
+
import "./chunk-HNUNXFTW.mjs";
|
|
25
|
+
import "./chunk-D2WLFQS6.mjs";
|
|
29
26
|
import {
|
|
30
27
|
AnthropicAdapter,
|
|
31
28
|
EmptyAdapter,
|
|
@@ -39,8 +36,11 @@ import {
|
|
|
39
36
|
RemoteChain,
|
|
40
37
|
UnifyAdapter
|
|
41
38
|
} from "./chunk-S3KKBII4.mjs";
|
|
42
|
-
import
|
|
43
|
-
|
|
39
|
+
import {
|
|
40
|
+
GuardrailsValidationFailureResponse,
|
|
41
|
+
MessageStreamInterruptedResponse,
|
|
42
|
+
UnknownErrorResponse
|
|
43
|
+
} from "./chunk-U3V2BCGI.mjs";
|
|
44
44
|
import "./chunk-44O2JGUY.mjs";
|
|
45
45
|
|
|
46
46
|
// src/index.ts
|