@copilotkit/runtime 1.4.1-pre.0 → 1.4.1-pre.2
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 +16 -0
- package/dist/{chunk-2ARHEWUA.mjs → chunk-2QIJQ6YS.mjs} +3 -3
- package/dist/{chunk-2ARHEWUA.mjs.map → chunk-2QIJQ6YS.mjs.map} +1 -1
- package/dist/{chunk-PMDCB4Y7.mjs → chunk-6WTF7IML.mjs} +2 -2
- package/dist/{chunk-JGBY4ZFE.mjs → chunk-L3CCF3GA.mjs} +2 -2
- package/dist/{chunk-ZOC3UIQP.mjs → chunk-OKQVDDJ2.mjs} +2 -30
- package/dist/chunk-OKQVDDJ2.mjs.map +1 -0
- package/dist/{chunk-KYDFK2B6.mjs → chunk-UAHCJ2F4.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-PMDCB4Y7.mjs.map → chunk-6WTF7IML.mjs.map} +0 -0
- /package/dist/{chunk-JGBY4ZFE.mjs.map → chunk-L3CCF3GA.mjs.map} +0 -0
- /package/dist/{chunk-KYDFK2B6.mjs.map → chunk-UAHCJ2F4.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.4.1-pre.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add convertActionsToDynamicStructuredTools to sdk-js
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/shared@1.4.1-pre.2
|
|
10
|
+
|
|
11
|
+
## 1.4.1-pre.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- add zod conversion
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @copilotkit/shared@1.4.1-pre.1
|
|
18
|
+
|
|
3
19
|
## 1.4.1-pre.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RemoteChain,
|
|
3
3
|
streamLangChainResponse
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OKQVDDJ2.mjs";
|
|
5
5
|
import {
|
|
6
6
|
GuardrailsValidationFailureResponse,
|
|
7
7
|
MessageStreamInterruptedResponse,
|
|
@@ -37,7 +37,7 @@ var require_package = __commonJS({
|
|
|
37
37
|
publishConfig: {
|
|
38
38
|
access: "public"
|
|
39
39
|
},
|
|
40
|
-
version: "1.4.1-pre.
|
|
40
|
+
version: "1.4.1-pre.2",
|
|
41
41
|
sideEffects: false,
|
|
42
42
|
main: "./dist/index.js",
|
|
43
43
|
module: "./dist/index.mjs",
|
|
@@ -3124,4 +3124,4 @@ export {
|
|
|
3124
3124
|
getCommonConfig,
|
|
3125
3125
|
copilotRuntimeNodeHttpEndpoint
|
|
3126
3126
|
};
|
|
3127
|
-
//# sourceMappingURL=chunk-
|
|
3127
|
+
//# sourceMappingURL=chunk-2QIJQ6YS.mjs.map
|