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