Skip to content

Bug: GroupChatOrchestration times out when using AzureAIAgent #13149

@robinscr

Description

@robinscr

Issue:
I am using GroupChatOrchestration with mutiple agents of different types (ChatCompletion and AzureAIAgent).
When the group chat manager directs a question to the AzureAIAgent it hangs and times out, other agents are working fine.
AzureAIAgent is created in foundry (it has no tools, just a simple instruction) and I am using the PersistentAgentsClient GetAgentAsync() with the AgentID. The agent that is returned has all required details for instructions and description (I am aware missing description can cause issues with GroupChatOrchestration).

Steps to reproduce the behavior:
Create a GroupChatOrchestration with a combination of AzureAIAgent and ChatCompletionAgent
Hit the InvokeAsyc on the orchestration
When the group chat manager asks the AzureAIAgent to contribute, the conversation hangs and times out

Platform

  • Language: C#
  • Source:
    -- SemanticKernel and Agents.AzureAI version: 1.65.0-preview
    -- Azure.Agents.Persistent version: 1.2.0-beta.4
  • AI model: GPT 4.1-mini
  • IDE: Visual Studio
  • OS: Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETIssue or Pull requests regarding .NET codebugSomething isn't workingtriage

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions