[BUG] OpenAI Assistants API - Parallel Tool Use Broken #32329
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-12-01-preview
API Spec version
2024-12-01-preview
Describe the bug
With
parallel_tool_calls
set to True sometimes the required_action returns fake function_names and arguments like "recipient_name". The only tool I have is calledask_database
but instead of submitting 2 seperate tool calls it combines into 1.Expected behavior
Actual behavior
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: