Does Azure Open AI Client handle concurrent requests for chat scenario #47298
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
OpenAI
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Library name and version
Azure.AI.OpenAI 2.0.0
Query/Question
I keep a single AzureOpenAIClient, and create ChatClient for each request (underlying they shared the same pipeline based on looking at the code). When there are concurrent requests coming, I found sometimes the response for request A actually also returns to request B. Is this expected behavior? If yes, how I should handle this?
Environment
No response
The text was updated successfully, but these errors were encountered: