@botpress/runtime 1.3.12 → 1.3.14
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 +2 -1
- package/dist/definition.js.map +2 -2
- package/dist/internal.js +2 -1
- package/dist/internal.js.map +2 -2
- package/dist/library.js +2 -1
- package/dist/library.js.map +2 -2
- package/dist/primitives/data-sources/index.d.ts +2 -2
- package/dist/primitives/data-sources/index.d.ts.map +1 -1
- package/dist/runtime/autonomous.d.ts +4 -0
- package/dist/runtime/autonomous.d.ts.map +1 -1
- package/dist/runtime.js +2 -1
- package/dist/runtime.js.map +2 -2
- package/package.json +7 -7
package/dist/library.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.14", adk: "not-installed", sdk: "4.17.3", llmz: "0.0.27", zai: "2.1.19", cognitive: "0.1.50" };
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
@@ -40351,6 +40351,7 @@ If the question is not related to the knowledge bases, do NOT use this tool.`.tr
|
|
|
40351
40351
|
}
|
|
40352
40352
|
});
|
|
40353
40353
|
}
|
|
40354
|
+
Autonomous2.createKnowledgeSearchTool = createKnowledgeSearchTool;
|
|
40354
40355
|
function createExecute(options) {
|
|
40355
40356
|
return async (props) => {
|
|
40356
40357
|
const cognitive = context.get("cognitive");
|