@copilotkit/runtime 1.8.11 → 1.8.12-next.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 +9 -0
- package/dist/{chunk-LNG6GETF.mjs → chunk-AFOGPUWE.mjs} +2 -2
- package/dist/{chunk-C4YF3HSK.mjs → chunk-ISZL4H7E.mjs} +3 -3
- package/dist/chunk-ISZL4H7E.mjs.map +1 -0
- package/dist/{chunk-RTHOFK2V.mjs → chunk-KDPG76XE.mjs} +2 -2
- package/dist/{chunk-EY6RUVB7.mjs → chunk-MRQ6EZWM.mjs} +2 -2
- package/dist/{chunk-EY6RUVB7.mjs.map → chunk-MRQ6EZWM.mjs.map} +1 -1
- package/dist/{chunk-VTW33IV3.mjs → chunk-P3QNP3EE.mjs} +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- 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/dist/service-adapters/index.js +1 -1
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/package.json +2 -2
- package/src/service-adapters/anthropic/anthropic-adapter.ts +1 -1
- package/dist/chunk-C4YF3HSK.mjs.map +0 -1
- /package/dist/{chunk-LNG6GETF.mjs.map → chunk-AFOGPUWE.mjs.map} +0 -0
- /package/dist/{chunk-RTHOFK2V.mjs.map → chunk-KDPG76XE.mjs.map} +0 -0
- /package/dist/{chunk-VTW33IV3.mjs.map → chunk-P3QNP3EE.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-P3QNP3EE.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KDPG76XE.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AFOGPUWE.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
getCommonConfig,
|
|
26
26
|
langGraphPlatformEndpoint,
|
|
27
27
|
resolveEndpointType
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-ISZL4H7E.mjs";
|
|
29
29
|
import {
|
|
30
30
|
AnthropicAdapter,
|
|
31
31
|
EmptyAdapter,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
OpenAIAssistantAdapter,
|
|
39
39
|
RemoteChain,
|
|
40
40
|
UnifyAdapter
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-MRQ6EZWM.mjs";
|
|
42
42
|
import {
|
|
43
43
|
GuardrailsValidationFailureResponse,
|
|
44
44
|
MessageStreamInterruptedResponse,
|