共用方式為


AgentGroupChatSettings.TerminationStrategy Property

Definition

Gets the strategy for terminating the agent.

public Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy TerminationStrategy { get; init; }
member this.TerminationStrategy : Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy with get, set
Public Property TerminationStrategy As TerminationStrategy

Property Value

The strategy for terminating the agent. The default strategy a single iteration and no termination criteria.

Remarks

See TerminationStrategy.

Applies to

See also