@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
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-GGNRDS7N.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-TA5I5LYF.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-LSLFIYKP.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-R6AUAQK6.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-W7GP2EOT.mjs";
|
|
32
32
|
import "../chunk-U3V2BCGI.mjs";
|
|
33
33
|
import "../chunk-B74M7FXG.mjs";
|
|
34
34
|
import "../chunk-D2WLFQS6.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { d as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../copilot-runtime-
|
|
2
|
-
export { h as CommonConfig, b as CopilotRequestContextProperties, g as buildSchema, e as createContext, i as getCommonConfig } from '../../copilot-runtime-
|
|
1
|
+
import { d as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../copilot-runtime-48d7c2fc.js';
|
|
2
|
+
export { h as CommonConfig, b as CopilotRequestContextProperties, g as buildSchema, e as createContext, i as getCommonConfig } from '../../copilot-runtime-48d7c2fc.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';
|
|
6
6
|
export { copilotRuntimeNodeExpressEndpoint } from './node-express/index.js';
|
|
7
7
|
export { copilotRuntimeNestEndpoint } from './nest/index.js';
|
|
8
8
|
import '@copilotkit/shared';
|
|
9
|
-
import '../../langserve-
|
|
9
|
+
import '../../langserve-b74e8606.js';
|
|
10
10
|
import '../../index-10b1c870.js';
|
|
11
11
|
import '../../graphql/types/base/index.js';
|
|
12
12
|
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",
|
|
@@ -595,7 +595,6 @@ var ForwardedParametersInput = class {
|
|
|
595
595
|
stop;
|
|
596
596
|
toolChoice;
|
|
597
597
|
toolChoiceFunctionName;
|
|
598
|
-
temperature;
|
|
599
598
|
};
|
|
600
599
|
__name(ForwardedParametersInput, "ForwardedParametersInput");
|
|
601
600
|
_ts_decorate7([
|
|
@@ -630,12 +629,6 @@ _ts_decorate7([
|
|
|
630
629
|
}),
|
|
631
630
|
_ts_metadata7("design:type", String)
|
|
632
631
|
], ForwardedParametersInput.prototype, "toolChoiceFunctionName", void 0);
|
|
633
|
-
_ts_decorate7([
|
|
634
|
-
(0, import_type_graphql8.Field)(() => Number, {
|
|
635
|
-
nullable: true
|
|
636
|
-
}),
|
|
637
|
-
_ts_metadata7("design:type", Number)
|
|
638
|
-
], ForwardedParametersInput.prototype, "temperature", void 0);
|
|
639
632
|
ForwardedParametersInput = _ts_decorate7([
|
|
640
633
|
(0, import_type_graphql8.InputType)()
|
|
641
634
|
], ForwardedParametersInput);
|