MagenticWorkflowBuilder.WithMaxStalls(Int32) 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.
Set the maximum number of consecutive rounds without progress before replan (default 3).
public Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder WithMaxStalls(int maxStalls = 3);
member this.WithMaxStalls : int -> Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder
Public Function WithMaxStalls (Optional maxStalls As Integer = 3) As MagenticWorkflowBuilder
Parameters
- maxStalls
- Int32