Add xhigh reasoningEffort to config schema (#965)

* test: cover xhigh reasoningEffort

* feat: add xhigh reasoningEffort option

* test: make reasoningEffort xhigh test model-agnostic
This commit is contained in:
Sungho Park
2026-01-24 15:48:15 +09:00
committed by GitHub
parent faf172a91d
commit f1a279a10a
3 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -1787,7 +1787,8 @@
"enum": [
"low",
"medium",
"high"
"high",
"xhigh"
]
},
"textVerbosity": {