We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218a492 commit 3b53e0bCopy full SHA for 3b53e0b
apps/sim/tools/http/request.ts
@@ -57,7 +57,7 @@ export const requestTool: ToolConfig<RequestParams, RequestResponse> = {
57
type: 'number',
58
visibility: 'hidden',
59
description:
60
- 'Number of retry attempts for retryable failures (timeouts, 429, 5xx). Defaults to 2 for idempotent methods (GET/PUT/DELETE/HEAD) and 0 otherwise.',
+ 'Number of retry attempts for retryable failures (timeouts, 429, 5xx). Default: 0 (no retries).',
61
},
62
retryDelayMs: {
63
0 commit comments