Partager via


AgentGroupChat.AddAgent(Agent) Method

Definition

Add a 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 KernelAgent to add.

Applies to