Skip to content

fix: correct invalid 'xhigh' reasoning effort in README#99

Merged
dkundel-openai merged 1 commit intoopenai:mainfrom
manavagarwal123:manavagarwal123-patch-2
Apr 8, 2026
Merged

fix: correct invalid 'xhigh' reasoning effort in README#99
dkundel-openai merged 1 commit intoopenai:mainfrom
manavagarwal123:manavagarwal123-patch-2

Conversation

@manavagarwal123
Copy link
Copy Markdown
Contributor

Closes #77

Updated README to replace unsupported 'xhigh' value with 'high' to prevent configuration errors.

Closes openai#77

Updated README to replace unsupported 'xhigh' value with 'high' to prevent configuration errors.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the documentation example configuration to use a valid model_reasoning_effort value, aligning the README with the config parser’s accepted variants and preventing codex login/plugin setup errors.

Changes:

  • Replaced unsupported model_reasoning_effort = "xhigh" with model_reasoning_effort = "high" in the README example.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dkundel-openai dkundel-openai merged commit 8e9a38c into openai:main Apr 8, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error loading configuration: unknown variant xhigh, expected one of low, medium, high, none in model_reasoning_effort

3 participants