We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ChatMessage.to_dict
In #9069, we changed the serialization format of ChatMessage.
ChatMessage
We also added a warning for users who consume directly the output of ChatMessage.to_dict (not in Pipeline serialization).
In a future release (2.14.0?), we should remove this warning.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In #9069, we changed the serialization format of
ChatMessage
.We also added a warning for users who consume directly the output of
ChatMessage.to_dict
(not in Pipeline serialization).In a future release (2.14.0?), we should remove this warning.
The text was updated successfully, but these errors were encountered: