AgentGroupChat.IsComplete Property

Definition

Gets or sets a value that indicates if the completion criteria have been met.

public bool IsComplete { get; set; }
member this.IsComplete : bool with get, set
Public Property IsComplete As Boolean

Property Value

true if the completion criteria have been met; otherwise false. The default is true. Set to false to enable more agent interactions.

Applies to