@botpress/runtime 1.3.16 → 1.3.18
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/dist/definition.js +3 -3
- package/dist/definition.js.map +2 -2
- package/dist/internal.js +3 -3
- package/dist/internal.js.map +2 -2
- package/dist/library.js +3 -3
- package/dist/library.js.map +2 -2
- package/dist/runtime.js +3 -3
- package/dist/runtime.js.map +2 -2
- package/package.json +2 -2
package/dist/runtime.js
CHANGED
|
@@ -48,7 +48,7 @@ var init_define_BUILD = __esm({
|
|
|
48
48
|
var define_PACKAGE_VERSIONS_default;
|
|
49
49
|
var init_define_PACKAGE_VERSIONS = __esm({
|
|
50
50
|
"<define:__PACKAGE_VERSIONS__>"() {
|
|
51
|
-
define_PACKAGE_VERSIONS_default = { runtime: "1.3.
|
|
51
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.3.18", adk: "not-installed", sdk: "4.17.3", llmz: "0.0.27", zai: "2.3.0", cognitive: "0.1.50" };
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
@@ -39921,7 +39921,7 @@ Always prefer information from the knowledge bases over general knowledge when a
|
|
|
39921
39921
|
"autonomous.tool.input": args
|
|
39922
39922
|
},
|
|
39923
39923
|
async (s) => {
|
|
39924
|
-
const value = tool.execute(args, ctx2).catch((e) => {
|
|
39924
|
+
const value = await tool.execute(args, ctx2).catch((e) => {
|
|
39925
39925
|
err = e;
|
|
39926
39926
|
if (err && err?.constructor && err?.constructor?.name && err?.constructor?.name === "ThinkSignal") {
|
|
39927
39927
|
s.setAttributes({
|
|
@@ -39986,7 +39986,7 @@ Always prefer information from the knowledge bases over general knowledge when a
|
|
|
39986
39986
|
"autonomous.tool.input": args
|
|
39987
39987
|
},
|
|
39988
39988
|
async (s) => {
|
|
39989
|
-
const value = tool.execute(args, ctx2).catch((e) => {
|
|
39989
|
+
const value = await tool.execute(args, ctx2).catch((e) => {
|
|
39990
39990
|
err = e;
|
|
39991
39991
|
if (err && err?.constructor && err?.constructor?.name && err?.constructor?.name === "ThinkSignal") {
|
|
39992
39992
|
s.setAttributes({
|