@copilotkit/runtime 1.5.0 → 1.5.1-custom-tag-pre.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/__snapshots__/schema/schema.graphql +1 -0
- package/dist/{chunk-25G6SHWM.mjs → chunk-3ECBC2K2.mjs} +13 -6
- package/dist/chunk-3ECBC2K2.mjs.map +1 -0
- package/dist/{chunk-PIUHAIBR.mjs → chunk-5E6LOP76.mjs} +2 -2
- package/dist/{chunk-4AYRDPWK.mjs → chunk-CLGKEUOA.mjs} +14 -1
- package/dist/chunk-CLGKEUOA.mjs.map +1 -0
- package/dist/{chunk-AFKLCW76.mjs → chunk-MKDG5ZHT.mjs} +2 -2
- package/dist/{chunk-D6J2N5ZQ.mjs → chunk-MYZB2EKG.mjs} +2 -2
- package/dist/{copilot-runtime-2e46a7b6.d.ts → copilot-runtime-6285d897.d.ts} +1 -1
- package/dist/{groq-adapter-7bf6824b.d.ts → groq-adapter-15d41154.d.ts} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/{langserve-f318db89.d.ts → langserve-48e976ac.d.ts} +1 -0
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +18 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +8 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.d.ts +2 -2
- package/dist/lib/integrations/nest/index.js +8 -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 +2 -2
- package/dist/lib/integrations/node-express/index.js +8 -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 +2 -2
- package/dist/lib/integrations/node-http/index.js +8 -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.d.ts +3 -3
- package/dist/service-adapters/index.js +13 -0
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/package.json +2 -2
- package/src/graphql/inputs/forwarded-parameters.input.ts +3 -0
- package/src/service-adapters/anthropic/anthropic-adapter.ts +1 -0
- package/src/service-adapters/groq/groq-adapter.ts +1 -0
- package/src/service-adapters/openai/openai-adapter.ts +1 -0
- package/src/service-adapters/unify/unify-adapter.ts +2 -0
- package/dist/chunk-25G6SHWM.mjs.map +0 -1
- package/dist/chunk-4AYRDPWK.mjs.map +0 -1
- /package/dist/{chunk-PIUHAIBR.mjs.map → chunk-5E6LOP76.mjs.map} +0 -0
- /package/dist/{chunk-AFKLCW76.mjs.map → chunk-MKDG5ZHT.mjs.map} +0 -0
- /package/dist/{chunk-D6J2N5ZQ.mjs.map → chunk-MYZB2EKG.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNestEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-5E6LOP76.mjs";
|
|
4
|
+
import "../../../chunk-3ECBC2K2.mjs";
|
|
5
|
+
import "../../../chunk-CLGKEUOA.mjs";
|
|
5
6
|
import "../../../chunk-U3V2BCGI.mjs";
|
|
6
|
-
import "../../../chunk-4AYRDPWK.mjs";
|
|
7
7
|
import "../../../chunk-RFF5IIZJ.mjs";
|
|
8
8
|
import "../../../chunk-D2WLFQS6.mjs";
|
|
9
9
|
import "../../../chunk-44O2JGUY.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-6285d897.js';
|
|
3
3
|
import '@copilotkit/shared';
|
|
4
|
-
import '../../../langserve-
|
|
4
|
+
import '../../../langserve-48e976ac.js';
|
|
5
5
|
import '../../../index-ff3fbc33.js';
|
|
6
6
|
import '../../../graphql/types/base/index.js';
|
|
7
7
|
import 'rxjs';
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.5.0",
|
|
47
|
+
version: "1.5.1-custom-tag-pre.0",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -604,6 +604,7 @@ var ForwardedParametersInput = class {
|
|
|
604
604
|
stop;
|
|
605
605
|
toolChoice;
|
|
606
606
|
toolChoiceFunctionName;
|
|
607
|
+
temperature;
|
|
607
608
|
};
|
|
608
609
|
__name(ForwardedParametersInput, "ForwardedParametersInput");
|
|
609
610
|
_ts_decorate7([
|
|
@@ -638,6 +639,12 @@ _ts_decorate7([
|
|
|
638
639
|
}),
|
|
639
640
|
_ts_metadata7("design:type", String)
|
|
640
641
|
], ForwardedParametersInput.prototype, "toolChoiceFunctionName", void 0);
|
|
642
|
+
_ts_decorate7([
|
|
643
|
+
(0, import_type_graphql8.Field)(() => Number, {
|
|
644
|
+
nullable: true
|
|
645
|
+
}),
|
|
646
|
+
_ts_metadata7("design:type", Number)
|
|
647
|
+
], ForwardedParametersInput.prototype, "temperature", void 0);
|
|
641
648
|
ForwardedParametersInput = _ts_decorate7([
|
|
642
649
|
(0, import_type_graphql8.InputType)()
|
|
643
650
|
], ForwardedParametersInput);
|