@botpress/adk 1.2.1 → 1.2.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/dist/index.js +7 -7
- package/dist/index.js.map +2 -2
- package/package.json +7 -5
package/dist/index.js
CHANGED
|
@@ -310408,12 +310408,12 @@ function getEnvironmentInfo() {
|
|
|
310408
310408
|
"os.platform": osPlatform,
|
|
310409
310409
|
"os.arch": process.arch,
|
|
310410
310410
|
"node.version": process.version,
|
|
310411
|
-
"adk.version": { runtime: "1.2.
|
|
310412
|
-
"runtime.version": { runtime: "1.2.
|
|
310413
|
-
"sdk.version": { runtime: "1.2.
|
|
310414
|
-
"llmz.version": { runtime: "1.2.
|
|
310415
|
-
"zai.version": { runtime: "1.2.
|
|
310416
|
-
"cognitive.version": { runtime: "1.2.
|
|
310411
|
+
"adk.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.adk ?? "unknown",
|
|
310412
|
+
"runtime.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.runtime ?? "unknown",
|
|
310413
|
+
"sdk.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.sdk ?? "unknown",
|
|
310414
|
+
"llmz.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.llmz ?? "unknown",
|
|
310415
|
+
"zai.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.zai ?? "unknown",
|
|
310416
|
+
"cognitive.version": { runtime: "1.2.2", adk: "not-installed", sdk: "4.16.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" }?.cognitive ?? "unknown",
|
|
310417
310417
|
uptime
|
|
310418
310418
|
};
|
|
310419
310419
|
}
|
|
@@ -452019,5 +452019,5 @@ export {
|
|
|
452019
452019
|
AgentProject
|
|
452020
452020
|
};
|
|
452021
452021
|
|
|
452022
|
-
//# debugId=
|
|
452022
|
+
//# debugId=C70662B115B5E0E064756E2164756E21
|
|
452023
452023
|
//# sourceMappingURL=index.js.map
|