@copilotkit/runtime 1.4.8-next.2 → 1.4.8
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 +7 -11
- package/__snapshots__/schema/schema.graphql +0 -1
- package/dist/{chunk-4OJDHGJU.mjs → chunk-GGNRDS7N.mjs} +2 -2
- package/dist/{chunk-4DFIC23L.mjs → chunk-LSLFIYKP.mjs} +2 -2
- package/dist/{chunk-MCVGZ4ZG.mjs → chunk-R6AUAQK6.mjs} +17 -30
- package/dist/chunk-R6AUAQK6.mjs.map +1 -0
- package/dist/{chunk-6SSIGQER.mjs → chunk-TA5I5LYF.mjs} +2 -2
- package/dist/{chunk-AKGNTDRV.mjs → chunk-W7GP2EOT.mjs} +1 -14
- package/dist/chunk-W7GP2EOT.mjs.map +1 -0
- package/dist/{copilot-runtime-1c5bf72b.d.ts → copilot-runtime-48d7c2fc.d.ts} +1 -1
- package/dist/{groq-adapter-b6a40422.d.ts → groq-adapter-ac43305a.d.ts} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/{langserve-6245df39.d.ts → langserve-b74e8606.d.ts} +1 -2
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +4 -27
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +1 -8
- 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 +1 -8
- 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 +1 -8
- 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 +1 -8
- 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 +0 -13
- 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 +0 -3
- package/src/lib/runtime/copilot-runtime.ts +1 -7
- package/src/service-adapters/anthropic/anthropic-adapter.ts +0 -1
- package/src/service-adapters/events.ts +2 -2
- package/src/service-adapters/groq/groq-adapter.ts +0 -1
- package/src/service-adapters/openai/openai-adapter.ts +0 -1
- package/src/service-adapters/unify/unify-adapter.ts +0 -2
- package/dist/chunk-AKGNTDRV.mjs.map +0 -1
- package/dist/chunk-MCVGZ4ZG.mjs.map +0 -1
- /package/dist/{chunk-4OJDHGJU.mjs.map → chunk-GGNRDS7N.mjs.map} +0 -0
- /package/dist/{chunk-4DFIC23L.mjs.map → chunk-LSLFIYKP.mjs.map} +0 -0
- /package/dist/{chunk-6SSIGQER.mjs.map → chunk-TA5I5LYF.mjs.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeExpressEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LSLFIYKP.mjs";
|
|
4
|
+
import "../../../chunk-R6AUAQK6.mjs";
|
|
5
|
+
import "../../../chunk-W7GP2EOT.mjs";
|
|
6
6
|
import "../../../chunk-U3V2BCGI.mjs";
|
|
7
7
|
import "../../../chunk-B74M7FXG.mjs";
|
|
8
8
|
import "../../../chunk-D2WLFQS6.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-48d7c2fc.js';
|
|
3
3
|
import '@copilotkit/shared';
|
|
4
|
-
import '../../../langserve-
|
|
4
|
+
import '../../../langserve-b74e8606.js';
|
|
5
5
|
import '../../../index-10b1c870.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.4.8
|
|
47
|
+
version: "1.4.8",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -588,7 +588,6 @@ var ForwardedParametersInput = class {
|
|
|
588
588
|
stop;
|
|
589
589
|
toolChoice;
|
|
590
590
|
toolChoiceFunctionName;
|
|
591
|
-
temperature;
|
|
592
591
|
};
|
|
593
592
|
__name(ForwardedParametersInput, "ForwardedParametersInput");
|
|
594
593
|
_ts_decorate7([
|
|
@@ -623,12 +622,6 @@ _ts_decorate7([
|
|
|
623
622
|
}),
|
|
624
623
|
_ts_metadata7("design:type", String)
|
|
625
624
|
], ForwardedParametersInput.prototype, "toolChoiceFunctionName", void 0);
|
|
626
|
-
_ts_decorate7([
|
|
627
|
-
(0, import_type_graphql8.Field)(() => Number, {
|
|
628
|
-
nullable: true
|
|
629
|
-
}),
|
|
630
|
-
_ts_metadata7("design:type", Number)
|
|
631
|
-
], ForwardedParametersInput.prototype, "temperature", void 0);
|
|
632
625
|
ForwardedParametersInput = _ts_decorate7([
|
|
633
626
|
(0, import_type_graphql8.InputType)()
|
|
634
627
|
], ForwardedParametersInput);
|