@copilotkit/runtime 1.5.14 → 1.5.15-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 +12 -0
- package/dist/{chunk-EKESUZN7.mjs → chunk-2CH7MDMH.mjs} +2 -2
- package/dist/{chunk-CBI52XPL.mjs → chunk-3QMRQQKK.mjs} +9 -5
- package/dist/chunk-3QMRQQKK.mjs.map +1 -0
- package/dist/{chunk-NKTCGE5C.mjs → chunk-5KOKNRAO.mjs} +2 -2
- package/dist/{chunk-H3A6C24Z.mjs → chunk-DATHT2T2.mjs} +2 -2
- package/dist/{copilot-runtime-8c442d65.d.ts → copilot-runtime-628cc60c.d.ts} +3 -12
- package/dist/{groq-adapter-7a82cd22.d.ts → groq-adapter-acb6ed0b.d.ts} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{langserve-e308c437.d.ts → langserve-9614171f.d.ts} +14 -1
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +8 -4
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.d.ts +2 -2
- 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 +2 -2
- package/dist/lib/integrations/node-express/index.d.ts +2 -2
- 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 +2 -2
- package/dist/lib/integrations/node-http/index.d.ts +2 -2
- 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 +1 -1
- package/dist/service-adapters/index.d.ts +3 -3
- package/package.json +2 -2
- package/src/lib/runtime/copilot-runtime.ts +16 -3
- package/src/service-adapters/service-adapter.ts +4 -0
- package/dist/chunk-CBI52XPL.mjs.map +0 -1
- /package/dist/{chunk-EKESUZN7.mjs.map → chunk-2CH7MDMH.mjs.map} +0 -0
- /package/dist/{chunk-NKTCGE5C.mjs.map → chunk-5KOKNRAO.mjs.map} +0 -0
- /package/dist/{chunk-H3A6C24Z.mjs.map → chunk-DATHT2T2.mjs.map} +0 -0
|
@@ -2,19 +2,19 @@ import {
|
|
|
2
2
|
config,
|
|
3
3
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
4
4
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-DATHT2T2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
copilotRuntimeNestEndpoint
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-2CH7MDMH.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copilotRuntimeNodeExpressEndpoint
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-5KOKNRAO.mjs";
|
|
12
12
|
import {
|
|
13
13
|
buildSchema,
|
|
14
14
|
copilotRuntimeNodeHttpEndpoint,
|
|
15
15
|
createContext,
|
|
16
16
|
getCommonConfig
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-3QMRQQKK.mjs";
|
|
18
18
|
import "../../chunk-S3KKBII4.mjs";
|
|
19
19
|
import "../../chunk-U3V2BCGI.mjs";
|
|
20
20
|
import "../../chunk-HNUNXFTW.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as graphql_yoga from 'graphql-yoga';
|
|
2
|
-
import { d as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../copilot-runtime-
|
|
2
|
+
import { d as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../copilot-runtime-628cc60c.js';
|
|
3
3
|
import '@copilotkit/shared';
|
|
4
|
-
import '../../../langserve-
|
|
4
|
+
import '../../../langserve-9614171f.js';
|
|
5
5
|
import '../../../index-a7f37670.js';
|
|
6
6
|
import '../../../graphql/types/base/index.js';
|
|
7
7
|
import 'rxjs';
|