Skip to content

Commit 2528d8c

Browse files
committed
increase max retries to 10
1 parent 6b73ffd commit 2528d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opencode/src/session/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export namespace Session {
583583
// return step
584584
// },
585585
toolCallStreaming: true,
586+
maxRetries: 10,
586587
maxTokens: Math.max(0, model.info.limit.output) || undefined,
587588
abortSignal: abort.signal,
588589
maxSteps: 1000,

0 commit comments

Comments
 (0)