mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
increase max retries to 10
This commit is contained in:
parent
6b73ffd1c1
commit
2528d8cb88
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ export namespace Session {
|
|||
// return step
|
||||
// },
|
||||
toolCallStreaming: true,
|
||||
maxRetries: 10,
|
||||
maxTokens: Math.max(0, model.info.limit.output) || undefined,
|
||||
abortSignal: abort.signal,
|
||||
maxSteps: 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue