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

This commit is contained in:
Dax Raad
2025-07-03 10:32:43 -04:00
parent 384ab92fe4
commit 7a4aa43f22
+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,