Issue when using connected agents in Azure AI Foundary

Samuel Hallin 0 Reputation points
2025-06-25T13:18:34.2233333+00:00

Hi,

I am trying to use connected agents in Azure AI Foundary. I have followed the example provided in the documentation here. The problem I encounter is that the connected agents, i.e, the weather and stock price agents in this case does not follow their instructions at all. I can see that the orchestrator is calling the correct agents but they are just returning generic answers without knowing their purpose. I see the same behavior when creating them using the SDK in python and when creating them from the playground web portal.

Best regards,

Samuel

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

1 answer

Sort by: Most helpful
  1. Samuel Hallin 0 Reputation points
    2025-06-26T07:23:34.5666667+00:00

    Hi @Ravada Shivaprasad

    Thanks for the answer, this will be helpful in the future. Although I encounter problem even before I try to use tools with my agents. For example if I set as an instruction for the weather agent: "Always say that the weather is Sunny and 10 degrees". Then I expect it to return this dummy response each time.

    But what I see when I look at the thread is that the main agent is calling the weather agent with the correct data, lets say the city of Seattle, all good so far. But the response from the weather agent is just a summary of the city of Seattle like it have forgotten its instructions and just answers generically. So even if I use tools I also want to be able to instruct/prompt the model, otherwise it loses all the context.

    Best regards,

    Samuel

    0 comments No comments

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.