Skip to content

Fix Assistants API streaming crash by allowing unknown tool_call type… #40

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LuminaX-alt
Copy link
Owner

…s in on_tool_call_created

Fix unexpected tool_call type error in Assistants API streaming

  • Updated ToolCall model in Assistants API to support new and future tool types.
  • Changed type field to accept either known types or a generic string to prevent deserialization failures.
  • Ensures on_tool_call_created handles forward-compatible tool_call events gracefully.

Fixes: openai#2162

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

…s in on_tool_call_created

Fix unexpected tool_call type error in Assistants API streaming

- Updated ToolCall model in Assistants API to support new and future tool types.
- Changed `type` field to accept either known types or a generic string to prevent deserialization failures.
- Ensures `on_tool_call_created` handles forward-compatible tool_call events gracefully.

Fixes: openai#2162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assistants API: Unexpected tool_call type in on_tool_call_created
1 participant