reasoning_content -> reasoning#27752
Conversation
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
|
This pull request has merge conflicts that must be resolved before it can be |
|
Maybe also add |
|
Thanks for the suggestion! If there is enough interest in the |
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Add serde alias so both "reasoning" (vLLM, see vllm-project/vllm#27752) and "reasoning_content" (DeepSeek, SGLang) are recognized in streaming deltas. Once "reasoning" becomes the standard, it should become the primary field name. Change-Id: Ie24a7624903e9243c470783b0f482e2cdbf8b26c Signed-off-by: rabi <[email protected]>
reasoning_contentis only named this way for historical reasons (this is what deepseek originally used)reasoningfor the Chat Completions API (even though there is no official spec for handling this in the published OpenAI specs)reasoning_contentis kept for backwards compatibiltity (for now)reasoning_content->reasoning#27755 to discuss the removal ofreasoning_content