-
Notifications
You must be signed in to change notification settings - Fork 342
Add JsonPatch support for Chat, Responses, and Embeddings #736
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
…hreja/AddJsonPath
…hreja/AddJsonPath
…hreja/AddJsonPath
src/Generated/Models/Responses/CodeInterpreterCallOutput.Serialization.cs
Outdated
Show resolved
Hide resolved
m-nash
left a comment
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.
The new visitor tests are a great start thanks for adding them
…hreja/AddJsonPath
|
Great job |
|
When will this feature be released? I can't wait, it's been a month since the last release. |
This will be included in this month's release. Current ETA is this Friday. |
This PR adds
JsonPatchsupport to Chat, Responses, and Embeddings so callers can:Patchbag.Motivation
Examples:
Responses
Fixes: #259