diff --git a/codex-rs/config.md b/codex-rs/config.md index 59cf4204..b5a94a09 100644 --- a/codex-rs/config.md +++ b/codex-rs/config.md @@ -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"