increase max retries to 10

This commit is contained in:
Dax Raad 2025-07-03 10:32:43 -04:00
parent 6b73ffd1c1
commit 2528d8cb88

View file

@ -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,