refactor(agents): Add "max" to all codebase reasoning enums accordingly

This commit is contained in:
4rcadia
2026-04-30 23:57:58 -04:00
parent 4c6fd2e5a8
commit f49afe7b91
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const HEURISTIC_MODEL_FAMILY_REGISTRY: ReadonlyArray<HeuristicModelFamily
family: "gpt-5",
includes: ["gpt-5"],
variants: ["low", "medium", "high", "xhigh"],
reasoningEfforts: ["none", "minimal", "low", "medium", "high", "xhigh"],
reasoningEfforts: ["none", "minimal", "low", "medium", "high", "xhigh", "max"],
},
{
family: "gpt-legacy",