mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
chore(docs-i18n): generalize max reasoning note
This commit is contained in:
@@ -350,7 +350,7 @@ func normalizeThinking(value string) string {
|
||||
case "low", "medium", "high", "xhigh":
|
||||
return strings.ToLower(strings.TrimSpace(value))
|
||||
case "max":
|
||||
// Codex CLI 0.144.3 supports max for GPT-5.6; xhigh remains the default for older model overrides.
|
||||
// Codex CLI supports max for GPT-5.6; xhigh remains the default for older model overrides.
|
||||
return "max"
|
||||
default:
|
||||
return "xhigh"
|
||||
|
||||
Reference in New Issue
Block a user