Share via


AgentGroupChat(Agent[]) Constructor

Definition

Initializes a new instance of the AgentGroupChat class.

public AgentGroupChat (params Microsoft.SemanticKernel.Agents.Agent[] agents);
new Microsoft.SemanticKernel.Agents.AgentGroupChat : Microsoft.SemanticKernel.Agents.Agent[] -> Microsoft.SemanticKernel.Agents.AgentGroupChat
Public Sub New (ParamArray agents As Agent())

Parameters

agents
Agent[]

The agents initially participating in the chat.

Applies to