Sudden Persistent TypeError in Azure AI Foundry (UI)

Fatima Abdillahi 0 Reputation points
2025-06-29T01:49:29.8933333+00:00

Hello,

I'm experiencing an unexpected TypeError with my Azure AI agents that began a few days ago. My established workflow, which was previously functioning without issues, involves two agents:

Agent 1: Handles structuring data into a JSON object. Agent 2: Receives this JSON data from Agent 1, performs research using a connected Logic App tool, and summarizes the findings.

The error arises when Agent 1 attempts to pass the JSON data to Agent 2. Here's a sample of the data being sent to Agent 2:

enrich_data: [{"name": "Toronto Restaurant Market", "website": "https://torontorestaurantforsale.com/toronto-restaurant-market/", "address": "Toronto, Ontario, Canada"}]

Agent 2's prompt is designed to summarize this incoming data:


If you received an array from the orchestrator agent,
- summarize the data into 1 sentence
- return the summary back to the orchestrator agent

Notably, the TypeError occurs even when I've stripped down Agent 2's logic to simply summarize and return the data, removing any tool integration. This indicates the error is happening at the input reception stage, before actual data processing.

Given that this workflow was stable until recently, I'm concerned there might be a new bug affecting Azure AI Foundry agents. Any insights or assistance would be greatly appreciated.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,632 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.