@agentrun/sdk 0.0.2-test.21114379168 → 0.0.2-test.21115195039
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8304,7 +8304,7 @@ var init_toolset = __esm({
|
|
|
8304
8304
|
*/
|
|
8305
8305
|
_getOpenAPIBaseUrl() {
|
|
8306
8306
|
const outputs = this.status?.outputs;
|
|
8307
|
-
return outputs?.urls?.
|
|
8307
|
+
return outputs?.urls?.internetUrl || outputs?.urls?.intranetUrl;
|
|
8308
8308
|
}
|
|
8309
8309
|
};
|
|
8310
8310
|
}
|