-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
BugSomething isn't workingSomething isn't working
Description
A runtime server_error occurs when using an Agent in Azure AI Foundry with the File Search tool enabled.
The agent functions normally without tools, but once File Search is added, any query immediately triggers a red error banner in the UI.
Network logs show the agentchatcompletions API returning "type": "server_error" with "message": "Unknown error".
The issue is agent-agnostic and reproducible across sessions.
Repro Steps
Steps to reproduce the behavior:
- Go to Azure AI Foundry -> Agents.
- Configure any agent and verify it works without tools.
- Add File Search -> upload file and index.
- Navigate to Playground.
- Enter any prompt (e.g., “Test”, “What is the policy?”, etc.).
- Observe the runtime error displayed in the UI and check the Network tab (
agentchatcompletions) showingserver_error.
System Information
- OS: Windows
- Browser: Microsoft Edge
- Version: 142.0.3595.69 (Official build) (64-bit)
Labels
- Feature Area: Tools -> File Search, Agents Playground
- Issue: Runtime Error, Server Error, Tool Invocation Failure
Additional Context
- The error occurs consistently regardless of agent configuration.
- The error originates before any tool call is executed.
- This blocks all retrieval-augmented agent behavior.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working