Share via


AgentGroupChat.AddAgent(Agent) Method

Definition

Add an Agent to the chat.

public void AddAgent(Microsoft.SemanticKernel.Agents.Agent agent);
member this.AddAgent : Microsoft.SemanticKernel.Agents.Agent -> unit
Public Sub AddAgent (agent As Agent)

Parameters

agent
Agent

The Agent to add.

Applies to