AgentWorkflowBuilder.CreateConcurrentBuilderWith Method

Definition

Creates a new ConcurrentWorkflowBuilder with the given participating agents.

public static Microsoft.Agents.AI.Workflows.ConcurrentWorkflowBuilder CreateConcurrentBuilderWith(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.AIAgent> agents);
static member CreateConcurrentBuilderWith : seq<Microsoft.Agents.AI.AIAgent> -> Microsoft.Agents.AI.Workflows.ConcurrentWorkflowBuilder
Public Shared Function CreateConcurrentBuilderWith (agents As IEnumerable(Of AIAgent)) As ConcurrentWorkflowBuilder

Parameters

agents
IEnumerable<AIAgent>

The set of agents to compose into a concurrent workflow.

Returns

The builder for creating a concurrent workflow.

Applies to