-
Notifications
You must be signed in to change notification settings - Fork 206
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
Error when using assistant #234
Comments
Oh no, thats no good. Thank you for reporting the issue. From the error message you have provided, it seems that skipping serialization if parallel_tool_calls is None would prevent sending null to their API and fix it? |
The error happens when creating the thread:
but CreateThreadRequest does not have |
Please, disregard my previous message, the error is way below, when running the thread request:
and I was able to fix it by doing what you said:
|
Thank you for the issue and PR, the fix is released in v0.23.3 |
I am getting an error when trying to start a thread for an assistant:
I think OpenAI changed something VERY recently, since yesterday this was not happening.
The example under
assistants
is failing with the same errorThe text was updated successfully, but these errors were encountered: