@copilotkit/runtime 1.6.0-next.0 → 1.6.0-next.2
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 +12 -0
- package/dist/{chunk-AMKPW7KT.mjs → chunk-6BXTXLGY.mjs} +7 -7
- package/dist/{chunk-AMKPW7KT.mjs.map → chunk-6BXTXLGY.mjs.map} +1 -1
- package/dist/{chunk-EYEJ5L3X.mjs → chunk-CNE5TM3A.mjs} +2 -2
- package/dist/{chunk-A4P5YLJQ.mjs → chunk-DDOT5G7D.mjs} +2 -2
- package/dist/{chunk-RGSZK24X.mjs → chunk-O7ERQQ2G.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-EYEJ5L3X.mjs.map → chunk-CNE5TM3A.mjs.map} +0 -0
- /package/dist/{chunk-A4P5YLJQ.mjs.map → chunk-DDOT5G7D.mjs.map} +0 -0
- /package/dist/{chunk-RGSZK24X.mjs.map → chunk-O7ERQQ2G.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-O7ERQQ2G.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CNE5TM3A.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-DDOT5G7D.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -21,12 +21,7 @@ import {
|
|
|
21
21
|
getCommonConfig,
|
|
22
22
|
langGraphPlatformEndpoint,
|
|
23
23
|
resolveEndpointType
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import {
|
|
26
|
-
GuardrailsValidationFailureResponse,
|
|
27
|
-
MessageStreamInterruptedResponse,
|
|
28
|
-
UnknownErrorResponse
|
|
29
|
-
} from "./chunk-5BIEM2UU.mjs";
|
|
24
|
+
} from "./chunk-6BXTXLGY.mjs";
|
|
30
25
|
import {
|
|
31
26
|
AnthropicAdapter,
|
|
32
27
|
EmptyAdapter,
|
|
@@ -40,6 +35,11 @@ import {
|
|
|
40
35
|
RemoteChain,
|
|
41
36
|
UnifyAdapter
|
|
42
37
|
} from "./chunk-OS5YD32G.mjs";
|
|
38
|
+
import {
|
|
39
|
+
GuardrailsValidationFailureResponse,
|
|
40
|
+
MessageStreamInterruptedResponse,
|
|
41
|
+
UnknownErrorResponse
|
|
42
|
+
} from "./chunk-5BIEM2UU.mjs";
|
|
43
43
|
import "./chunk-RTFJTJMA.mjs";
|
|
44
44
|
import "./chunk-2OZAGFV3.mjs";
|
|
45
45
|
import "./chunk-FHD4JECV.mjs";
|