@copilotkit/runtime 1.4.1-pre.5 → 1.4.1-pre.6
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-ZOC3UIQP.mjs → chunk-OKQVDDJ2.mjs} +2 -30
- package/dist/chunk-OKQVDDJ2.mjs.map +1 -0
- package/dist/{chunk-QM5B7BZG.mjs → chunk-SFC4IZY3.mjs} +3 -3
- package/dist/{chunk-QM5B7BZG.mjs.map → chunk-SFC4IZY3.mjs.map} +1 -1
- package/dist/{chunk-IEBJELNR.mjs → chunk-TIWN7W7O.mjs} +2 -2
- package/dist/{chunk-KYP35WVS.mjs → chunk-WCQG2CHA.mjs} +2 -2
- package/dist/{chunk-WNQJ5JZV.mjs → chunk-WWJRLGPB.mjs} +2 -2
- package/dist/index.js +2 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +2 -30
- 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 -29
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/package.json +4 -4
- package/src/service-adapters/langchain/utils.ts +1 -33
- package/dist/chunk-ZOC3UIQP.mjs.map +0 -1
- package/src/service-adapters/langchain/utils.test.ts +0 -169
- /package/dist/{chunk-IEBJELNR.mjs.map → chunk-TIWN7W7O.mjs.map} +0 -0
- /package/dist/{chunk-KYP35WVS.mjs.map → chunk-WCQG2CHA.mjs.map} +0 -0
- /package/dist/{chunk-WNQJ5JZV.mjs.map → chunk-WWJRLGPB.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-
|
|
6
|
+
} from "../chunk-WCQG2CHA.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-TIWN7W7O.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-WWJRLGPB.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-SFC4IZY3.mjs";
|
|
24
24
|
import {
|
|
25
25
|
GoogleGenerativeAIAdapter,
|
|
26
26
|
GroqAdapter,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
OpenAIAdapter,
|
|
29
29
|
OpenAIAssistantAdapter,
|
|
30
30
|
UnifyAdapter
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-OKQVDDJ2.mjs";
|
|
32
32
|
import "../chunk-U3V2BCGI.mjs";
|
|
33
33
|
import "../chunk-B74M7FXG.mjs";
|
|
34
34
|
import "../chunk-D2WLFQS6.mjs";
|