Skip to content

Commit 3b53e0b

Browse files
committed
update desc
1 parent 218a492 commit 3b53e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/tools/http/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const requestTool: ToolConfig<RequestParams, RequestResponse> = {
5757
type: 'number',
5858
visibility: 'hidden',
5959
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.',
60+
'Number of retry attempts for retryable failures (timeouts, 429, 5xx). Default: 0 (no retries).',
6161
},
6262
retryDelayMs: {
6363
type: 'number',

0 commit comments

Comments
 (0)