-
Couldn't load subscription status.
- Fork 13.4k
chat : clarify the meaning of reasoning_format #15408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Judging by this determination, it seems reasonable to add an openai format to adhere to the recommendations by OpenAI. I believe this is a critical piece missing in the |
To be fair, it's not even an official openai spec. They explicitly state that the spec was from OpenRouter. While we can add it, I doubt if many applications actually support this format. It's better not to add until a subset of users explicitly ask for it, to avoid polluting the code base with features that most users won't use. |
|
Read along the same article:
So it make more sense to add the Responses API instead of adding a new |
Understood. I started a discussion to gather community feedback but so far there is no immediate desire from the community. Thank you for that clarification. |
Ref comment: #15404 (comment)
For this reason,
common_reasoning_formatshould not be touched anymore.