MagenticWorkflowBuilder.WithMaxRounds(Nullable<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 coordination rounds. null means unlimited.
public Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder WithMaxRounds(int? maxRounds = default);
member this.WithMaxRounds : Nullable<int> -> Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder
Public Function WithMaxRounds (Optional maxRounds As Nullable(Of Integer) = Nothing) As MagenticWorkflowBuilder