tweak: add experimental chatMaxRetries to config (#2116)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Danilo Favato
2025-10-28 14:09:41 -03:00
committed by GitHub
parent eb398f1951
commit b66e7b6fce
3 changed files with 13 additions and 6 deletions

View File

@@ -586,6 +586,7 @@ export namespace Config {
.optional(),
})
.optional(),
chatMaxRetries: z.number().optional().describe("Number of retries for chat completions on failure"),
disable_paste_summary: z.boolean().optional(),
})
.optional(),