increase max retries to 10
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-03 10:32:55 -04:00
parent 6b73ffd1c1
commit 2528d8cb88
+1
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,