AgentGroupChatSettings Class
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.
Settings that affect behavior of AgentGroupChat.
public class AgentGroupChatSettings
type AgentGroupChatSettings = class
Public Class AgentGroupChatSettings
- Inheritance
-
AgentGroupChatSettings
Remarks
Default behavior result in no agent selection.
Constructors
AgentGroupChatSettings() |
Properties
SelectionStrategy |
Strategy for selecting the next agent. Defaults to SequentialSelectionStrategy. |
TerminationStrategy |
Strategy for selecting the next agent. Dfeault strategy limited to a single iteration and no termination criteria. |