AgentGroupChat(Agent[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.