-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
Currently client.beta.threads.runs.create_and_poll doesn't accept parallel_tool_calls as an argument, and throws:
TypeError: Runs.create_and_poll() got an unexpected keyword argument 'parallel_tool_calls'
It can be included and passed to self.create
here:
https://github.com/openai/openai-python/blob/195c05a64d39c87b2dfdf1eca2d339597f1fce03/src/openai/resources/beta/threads/runs/runs.py#L866C12-L889C10
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels