AgentWorkflowBuilder.CreateConcurrentBuilderWith Method
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.
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.