-
Notifications
You must be signed in to change notification settings - Fork 207
Assistant v2 MessageRequest serialization #480
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.
Can you confirm if we need to update examples for this one or no?
@@ -20,6 +20,7 @@ | |||
using IBM.Watson.DeveloperCloud.Logging; | |||
using IBM.Watson.DeveloperCloud.Utilities; | |||
using IBM.WatsonDeveloperCloud.Assistant.v2; | |||
using MiniJSON; |
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.
why are we using MiniJSON
now?
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.
youre right! removing
…es for AssistantV2
🎉 This PR is included in version 2.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Fixes #478
This pull request addresses an issue with
MessageRequest
serialization in Assistant V2. Converters were added toMessageInputOptions
andMessageInput
.