-
Notifications
You must be signed in to change notification settings - Fork 200
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
Parsing the OpenAI messages json #99
Comments
you can simply do this right ? |
Thank you for reaching out, @slreznit ! I have an open PR to add an example that illustrates how to serialize/deserialize a list of messages: Specifically, this file: I would also like to add that we're working on making this simpler in the future. 😊 |
Hello @joseharriaga, (We're also not able to parse ChatMessage when the role is set to |
Hello, @omri08! We're preparing a fix for this issue, and our current estimate is to release it next week. Please stay tuned. 🙂 |
You are the best 🙂 |
Hi,
I would like to use this SDK to Parse the messages Json and then iterate it and access the different fields
For example, can I do this?
The text was updated successfully, but these errors were encountered: