Hello Leonardo Sepúlveda,
Welcome to Microsoft Q&A!
It sounds like you're encountering an unusual issue with the Azure OpenAI API. According to the official documentation, the create thread
endpoint should indeed return a single thread ID.
Here are a few steps you can take to troubleshoot this:
- Ensure that your request body and headers are correctly formatted. Sometimes, an incorrect request can lead to unexpected responses.
- Verify that you are using the correct API version (
2024-08-01-preview
). - Test the API call in a different environment (e.g., local vs. deployed) to see if the issue persists.
If the problem continues, consider reaching out to Azure support for more detailed assistance. I hope the information was useful.
Best regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".