@copilotkit/runtime 1.8.3 → 1.8.4-next.1
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 +14 -0
- package/dist/{chunk-YAGK34TY.mjs → chunk-J3MFBKHV.mjs} +2 -2
- package/dist/{chunk-3QQN3UHZ.mjs → chunk-K7ZZXZK5.mjs} +2 -2
- package/dist/{chunk-4PYMUXNW.mjs → chunk-WVWVPGXI.mjs} +19 -10
- package/dist/chunk-WVWVPGXI.mjs.map +1 -0
- package/dist/{chunk-GWEVSIPK.mjs → chunk-ZXFXJVAP.mjs} +2 -2
- package/dist/{copilot-runtime-eb953402.d.ts → copilot-runtime-9347bd66.d.ts} +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +12 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +7 -7
- package/dist/lib/integrations/index.d.ts +2 -2
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +7 -7
- package/dist/lib/integrations/nest/index.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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/src/lib/runtime/copilot-runtime.ts +6 -3
- package/dist/chunk-4PYMUXNW.mjs.map +0 -1
- /package/dist/{chunk-YAGK34TY.mjs.map → chunk-J3MFBKHV.mjs.map} +0 -0
- /package/dist/{chunk-3QQN3UHZ.mjs.map → chunk-K7ZZXZK5.mjs.map} +0 -0
- /package/dist/{chunk-GWEVSIPK.mjs.map → chunk-ZXFXJVAP.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import {
|
|
8
|
-
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-3QQN3UHZ.mjs";
|
|
6
|
+
} from "../chunk-J3MFBKHV.mjs";
|
|
10
7
|
import {
|
|
11
8
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ZXFXJVAP.mjs";
|
|
10
|
+
import {
|
|
11
|
+
copilotRuntimeNestEndpoint
|
|
12
|
+
} from "../chunk-K7ZZXZK5.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -22,7 +22,8 @@ import {
|
|
|
22
22
|
getCommonConfig,
|
|
23
23
|
langGraphPlatformEndpoint,
|
|
24
24
|
resolveEndpointType
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-WVWVPGXI.mjs";
|
|
26
|
+
import "../chunk-RTFJTJMA.mjs";
|
|
26
27
|
import {
|
|
27
28
|
GoogleGenerativeAIAdapter,
|
|
28
29
|
GroqAdapter,
|
|
@@ -32,7 +33,6 @@ import {
|
|
|
32
33
|
UnifyAdapter
|
|
33
34
|
} from "../chunk-FZJAYGIR.mjs";
|
|
34
35
|
import "../chunk-5BIEM2UU.mjs";
|
|
35
|
-
import "../chunk-RTFJTJMA.mjs";
|
|
36
36
|
import "../chunk-2OZAGFV3.mjs";
|
|
37
37
|
import "../chunk-FHD4JECV.mjs";
|
|
38
38
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../copilot-runtime-
|
|
2
|
-
export { i as CommonConfig, d as CopilotRequestContextProperties, b as addCustomHeaderPlugin, h as buildSchema, g as createContext, j as getCommonConfig } from '../../copilot-runtime-
|
|
1
|
+
import { e as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../copilot-runtime-9347bd66.js';
|
|
2
|
+
export { i as CommonConfig, d as CopilotRequestContextProperties, b as addCustomHeaderPlugin, h as buildSchema, g as createContext, j as getCommonConfig } from '../../copilot-runtime-9347bd66.js';
|
|
3
3
|
import * as graphql_yoga from 'graphql-yoga';
|
|
4
4
|
import { YogaServerInstance } from 'graphql-yoga';
|
|
5
5
|
export { copilotRuntimeNodeHttpEndpoint } from './node-http/index.js';
|