@copilotkit/runtime 1.5.12-next.7 → 1.5.12
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 +15 -0
- package/dist/{chunk-WTUPF3W3.mjs → chunk-4LRVKGBI.mjs} +2 -2
- package/dist/{chunk-DLESGNLO.mjs → chunk-IS3QAGOU.mjs} +2 -2
- package/dist/{chunk-34276UUU.mjs → chunk-PFELVFS7.mjs} +7 -7
- package/dist/chunk-PFELVFS7.mjs.map +1 -0
- package/dist/{chunk-UBYSQI43.mjs → chunk-W6EE6OTN.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/lib/index.js +1 -1
- 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/package.json +2 -2
- package/src/lib/runtime/copilot-runtime.ts +3 -0
- package/dist/chunk-34276UUU.mjs.map +0 -1
- /package/dist/{chunk-WTUPF3W3.mjs.map → chunk-4LRVKGBI.mjs.map} +0 -0
- /package/dist/{chunk-DLESGNLO.mjs.map → chunk-IS3QAGOU.mjs.map} +0 -0
- /package/dist/{chunk-UBYSQI43.mjs.map → chunk-W6EE6OTN.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W6EE6OTN.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-IS3QAGOU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-4LRVKGBI.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,7 +20,12 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-PFELVFS7.mjs";
|
|
24
|
+
import {
|
|
25
|
+
GuardrailsValidationFailureResponse,
|
|
26
|
+
MessageStreamInterruptedResponse,
|
|
27
|
+
UnknownErrorResponse
|
|
28
|
+
} from "./chunk-U3V2BCGI.mjs";
|
|
24
29
|
import {
|
|
25
30
|
AnthropicAdapter,
|
|
26
31
|
EmptyAdapter,
|
|
@@ -34,11 +39,6 @@ import {
|
|
|
34
39
|
RemoteChain,
|
|
35
40
|
UnifyAdapter
|
|
36
41
|
} from "./chunk-S3KKBII4.mjs";
|
|
37
|
-
import {
|
|
38
|
-
GuardrailsValidationFailureResponse,
|
|
39
|
-
MessageStreamInterruptedResponse,
|
|
40
|
-
UnknownErrorResponse
|
|
41
|
-
} from "./chunk-U3V2BCGI.mjs";
|
|
42
42
|
import "./chunk-HNUNXFTW.mjs";
|
|
43
43
|
import "./chunk-D2WLFQS6.mjs";
|
|
44
44
|
import "./chunk-44O2JGUY.mjs";
|