GroupChatWorkflowBuilder 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.
Provides a builder for specifying group chat relationships between agents and building the resulting workflow.
public sealed class GroupChatWorkflowBuilder
type GroupChatWorkflowBuilder = class
Public NotInheritable Class GroupChatWorkflowBuilder
- Inheritance
-
GroupChatWorkflowBuilder
Methods
| Name | Description |
|---|---|
| AddParticipants(IEnumerable<AIAgent>) |
Adds the specified |
| Build() |
Builds a Workflow composed of agents that operate via group chat, with the next agent to process messages selected by the group chat manager. |