ConcurrentWorkflowBuilder(IEnumerable<AIAgent>) Constructor

Definition

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

Applies to