docs: document support for model_reasoning_effort and model_reasoning_summary in profiles (#1486)

Documents the new functionality added in
https://github.com/openai/codex/pull/1484.
This commit is contained in:
Michael Bolin
2025-07-08 12:26:05 -07:00
committed by GitHub
parent e444a50cf0
commit cc58f1086d

View File

@@ -157,6 +157,8 @@ wire_api = "chat"
model = "o3"
model_provider = "openai"
approval_policy = "never"
model_reasoning_effort = "high"
model_reasoning_summary = "detailed"
[profiles.gpt3]
model = "gpt-3.5-turbo"