@copilotkit/runtime 1.8.12-next.1 → 1.8.12-next.3
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-BFSBAHMC.mjs → chunk-2L6VOEJ4.mjs} +7 -7
- package/dist/{chunk-BFSBAHMC.mjs.map → chunk-2L6VOEJ4.mjs.map} +1 -1
- package/dist/{chunk-4NX7XJUN.mjs → chunk-CF5VXJC6.mjs} +2 -2
- package/dist/{chunk-4VQCEN2S.mjs → chunk-KVRZ3PWO.mjs} +2 -2
- package/dist/{chunk-DEXQNM4P.mjs → chunk-LZBWDTON.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-4NX7XJUN.mjs.map → chunk-CF5VXJC6.mjs.map} +0 -0
- /package/dist/{chunk-4VQCEN2S.mjs.map → chunk-KVRZ3PWO.mjs.map} +0 -0
- /package/dist/{chunk-DEXQNM4P.mjs.map → chunk-LZBWDTON.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-KVRZ3PWO.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LZBWDTON.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-CF5VXJC6.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -25,12 +25,7 @@ import {
|
|
|
25
25
|
getCommonConfig,
|
|
26
26
|
langGraphPlatformEndpoint,
|
|
27
27
|
resolveEndpointType
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import {
|
|
30
|
-
GuardrailsValidationFailureResponse,
|
|
31
|
-
MessageStreamInterruptedResponse,
|
|
32
|
-
UnknownErrorResponse
|
|
33
|
-
} from "./chunk-5BIEM2UU.mjs";
|
|
28
|
+
} from "./chunk-2L6VOEJ4.mjs";
|
|
34
29
|
import {
|
|
35
30
|
AnthropicAdapter,
|
|
36
31
|
EmptyAdapter,
|
|
@@ -44,6 +39,11 @@ import {
|
|
|
44
39
|
RemoteChain,
|
|
45
40
|
UnifyAdapter
|
|
46
41
|
} from "./chunk-Y4H3U52G.mjs";
|
|
42
|
+
import {
|
|
43
|
+
GuardrailsValidationFailureResponse,
|
|
44
|
+
MessageStreamInterruptedResponse,
|
|
45
|
+
UnknownErrorResponse
|
|
46
|
+
} from "./chunk-5BIEM2UU.mjs";
|
|
47
47
|
import "./chunk-SHBDMA63.mjs";
|
|
48
48
|
import "./chunk-2OZAGFV3.mjs";
|
|
49
49
|
import "./chunk-FHD4JECV.mjs";
|