Skip to content

fix: remove reasoningSummary parameter from GPT model requests#2

Open
rndubs wants to merge 1 commit intoclaude/strip-telemetry-981PIfrom
claude/remove-reasoning-summary-9osm8
Open

fix: remove reasoningSummary parameter from GPT model requests#2
rndubs wants to merge 1 commit intoclaude/strip-telemetry-981PIfrom
claude/remove-reasoning-summary-9osm8

Conversation

@rndubs
Copy link
Owner

@rndubs rndubs commented Mar 3, 2026

Remove the automatic inclusion of reasoningSummary: "auto" for OpenAI, Azure, and GitHub Copilot providers. This parameter is not supported by third-party OpenAI-compatible endpoints (e.g. LightLLM, Azure proxies) and causes "unknown parameter reasoningSummary" errors.

https://claude.ai/code/session_017AMgq3eK3ZtDkCwveHVgBc

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

Remove the automatic inclusion of `reasoningSummary: "auto"` for OpenAI,
Azure, and GitHub Copilot providers. This parameter is not supported by
third-party OpenAI-compatible endpoints (e.g. LightLLM, Azure proxies)
and causes "unknown parameter reasoningSummary" errors.

https://claude.ai/code/session_017AMgq3eK3ZtDkCwveHVgBc
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.

2 participants