AgentWorkflowBuilder.CreateMagenticBuilderWith(AIAgent) 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 MagenticWorkflowBuilder with the given managerAgent.
public static Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder CreateMagenticBuilderWith(Microsoft.Agents.AI.AIAgent managerAgent);
static member CreateMagenticBuilderWith : Microsoft.Agents.AI.AIAgent -> Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder
Public Shared Function CreateMagenticBuilderWith (managerAgent As AIAgent) As MagenticWorkflowBuilder
Parameters
- managerAgent
- AIAgent
The LLM-powered manager agent that coordinates the team.
Returns
The builder for creating a Magentic workflow.