ConcurrentWorkflowBuilder(IEnumerable<AIAgent>) 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 ConcurrentWorkflowBuilder with the given participating
agents.
public ConcurrentWorkflowBuilder(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.AIAgent> agents);
new Microsoft.Agents.AI.Workflows.ConcurrentWorkflowBuilder : seq<Microsoft.Agents.AI.AIAgent> -> Microsoft.Agents.AI.Workflows.ConcurrentWorkflowBuilder
Public Sub New (agents As IEnumerable(Of AIAgent))
Parameters
- agents
- IEnumerable<AIAgent>