@juspay/neurolink 9.59.5 → 9.59.6
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/CHANGELOG.md +6 -0
- package/dist/browser/neurolink.min.js +1 -1
- package/dist/lib/neurolink.js +1 -1
- package/dist/neurolink.js +1 -1
- package/package.json +1 -1
package/dist/lib/neurolink.js
CHANGED
|
@@ -7255,7 +7255,7 @@ Current user's request: ${currentInput}`;
|
|
|
7255
7255
|
const finalOptions = {
|
|
7256
7256
|
timeout: options?.timeout ??
|
|
7257
7257
|
toolInfo?.tool?.timeoutMs ??
|
|
7258
|
-
TOOL_TIMEOUTS.
|
|
7258
|
+
TOOL_TIMEOUTS.EXECUTION_BATCH_MS,
|
|
7259
7259
|
maxRetries: options?.maxRetries ??
|
|
7260
7260
|
toolInfo?.tool?.maxRetries ??
|
|
7261
7261
|
RETRY_ATTEMPTS.DEFAULT,
|
package/dist/neurolink.js
CHANGED
|
@@ -7255,7 +7255,7 @@ Current user's request: ${currentInput}`;
|
|
|
7255
7255
|
const finalOptions = {
|
|
7256
7256
|
timeout: options?.timeout ??
|
|
7257
7257
|
toolInfo?.tool?.timeoutMs ??
|
|
7258
|
-
TOOL_TIMEOUTS.
|
|
7258
|
+
TOOL_TIMEOUTS.EXECUTION_BATCH_MS,
|
|
7259
7259
|
maxRetries: options?.maxRetries ??
|
|
7260
7260
|
toolInfo?.tool?.maxRetries ??
|
|
7261
7261
|
RETRY_ATTEMPTS.DEFAULT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "9.59.
|
|
3
|
+
"version": "9.59.6",
|
|
4
4
|
"packageManager": "pnpm@10.15.1",
|
|
5
5
|
"description": "Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 13 providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
|
|
6
6
|
"author": {
|