-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add reasoning_content to streaming deltas if they exists #5
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
Merged
edenreich
merged 8 commits into
main
from
rc/refactor-generate-the-types-from-openapi-spec
Mar 31, 2025
Merged
feat: Add reasoning_content to streaming deltas if they exists #5
edenreich
merged 8 commits into
main
from
rc/refactor-generate-the-types-from-openapi-spec
Mar 31, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…rated Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…e branches Signed-off-by: Eden Reich <eden.reich@gmail.com>
…ation Signed-off-by: Eden Reich <eden.reich@gmail.com>
## [0.3.5-rc.1](v0.3.4...v0.3.5-rc.1) (2025-03-31) ### ♻️ Improvements * Update type exports and add type generation task ([919679e](919679e)) ### 🐛 Bug Fixes * Correct regex pattern for release candidate branches in configuration ([33db013](33db013)) * Update release configuration to correctly match release candidate branches ([03d91e1](03d91e1)) ### 🔧 Miscellaneous * Remove unnecessary line from .gitattributes ([66407b4](66407b4)) * Update .gitattributes to mark generated types as linguist-generated ([67f3d68](67f3d68))
|
🎉 This PR is included in version 0.3.5-rc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…cation Signed-off-by: Eden Reich <eden.reich@gmail.com>
## [0.4.0-rc.1](v0.3.5-rc.1...v0.4.0-rc.1) (2025-03-31) ### ✨ Features * Add reasoning_content field to chunk message in OpenAPI specification ([4de08ed](4de08ed))
|
🎉 This PR is included in version 0.4.0-rc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ghost
pushed a commit
that referenced
this pull request
Mar 31, 2025
## [0.4.0](v0.3.4...v0.4.0) (2025-03-31) ### ✨ Features * Add reasoning_content to streaming deltas if they exists ([#5](#5)) ([2a2c546](2a2c546))
|
🎉 This PR is included in version 0.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add reasoning_content to streaming detlas if they exists.
DeepSeek R1 is sending it, it's not very standardized, some provider send it as blocks. I might standardized on the inference-gateway later.
Changes