AggregatorAgent(Func<AgentChat>) 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.
public AggregatorAgent (Func<Microsoft.SemanticKernel.Agents.AgentChat> chatProvider);
new Microsoft.SemanticKernel.Agents.AggregatorAgent : Func<Microsoft.SemanticKernel.Agents.AgentChat> -> Microsoft.SemanticKernel.Agents.AggregatorAgent
Public Sub New (chatProvider As Func(Of AgentChat))