Azure / Azure/azure-sdk-for-python
Getting Run failed. Error: {'code': 'server_error', 'message': 'Sorry, something went wrong.'} with azure-ai-projects (agent service)
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **Package Name**: azure-ai-projects (agent service)
- **Package Version**: 1.0.0b8 (tested b10 too and got the same behavior)
- **Operating System**:
- **Python Version**: 3.13
**Describe the bug**
Randomly getting agent run failed with error message : {'code': 'server_error', 'message': 'Sorry, something went wrong.'}
**To Reproduce**
Steps to reproduce the behavior:
1. Open the agent solution in a codespace or dev container https://github.com/microsoft/build-your-first-agent-with-azure-ai-agent-service-workshop
2. Uncomment line 61 and from line 71 to line 84 to enable function calling, code interpreter and file search
3. Run the app and interact with the agent (see example prompts: https://microsoft.github.io/build-your-first-agent-with-azure-ai-agent-service-workshop/lab-3-code_interpreter/
**Expected behavior**
No errors - the app was running properly till a couple of days ago with package version b8
**Screenshots**

**Additional context**
The application in the linked repo (https://github.com/microsoft/build-your-first-agent-with-azure-ai-agent-service-workshop/) is a sample of an agent built with Azure AI Agent service using Python.
Contributor guide
Assessment
This issue has not been assessed yet.