Codex: "high" variant, and settings for reasoning effort & reasoning summaries (#648)

This commit is contained in:
Solomon
2025-09-08 14:29:26 +01:00
committed by GitHub
parent f049bdf337
commit 1cb067d894
5 changed files with 80 additions and 2 deletions

View File

@@ -50,6 +50,33 @@
"null"
]
},
"model_reasoning_effort": {
"description": "Reasoning effort for the underlying model",
"type": [
"string",
"null"
],
"enum": [
"low",
"medium",
"high",
null
]
},
"model_reasoning_summary": {
"description": "Model reasoning summary style",
"type": [
"string",
"null"
],
"enum": [
"auto",
"concise",
"detailed",
"none",
null
]
},
"base_command_override": {
"title": "Base Command Override",
"description": "Override the base command with a custom command",