@skilder-ai/runtime 0.6.6 → 0.6.7

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 CHANGED
@@ -70289,8 +70289,8 @@ var ne2 = class {
70289
70289
  };
70290
70290
 
70291
70291
  // ../common/src/constants.ts
70292
- var MCP_CALL_TOOL_TIMEOUT = 1e4;
70293
- var DEFAULT_REQUEST_TIMEOUT = 10 * 1e3;
70292
+ var MCP_CALL_TOOL_TIMEOUT = parseInt(process.env.MCP_CALL_TOOL_TIMEOUT ?? "10000", 10);
70293
+ var DEFAULT_REQUEST_TIMEOUT = parseInt(process.env.DEFAULT_REQUEST_TIMEOUT ?? "10000", 10);
70294
70294
  var DEFAULT_OLLAMA_BASE_URL = "http://localhost:11434/api";
70295
70295
  var AI_PROVIDER_API_URLS = {
70296
70296
  INFOMANIAK: "https://api.infomaniak.com/1/ai",