You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving the messages of a run, the request sometimes returns a parse error, because the field annotations in the struct ContentText is only defined as a Vec, but its actually a different structure like below:
Describe the bug
When retrieving the messages of a run, the request sometimes returns a parse error, because the field annotations in the struct ContentText is only defined as a Vec, but its actually a different structure like below:
This seems to happen with assistants with uploaded files and if you ask a question relating to the file.
To Reproduce
Code snippets
OS
Linux
Rust version
1.82.0
Library version
5.2.2
The text was updated successfully, but these errors were encountered: