AggregatorMode Enum
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.
Defines the relationship between the internal aggregated chat and the chat with which AggregatorAgent is participating.
public enum AggregatorMode
type AggregatorMode =
Public Enum AggregatorMode
- Inheritance
-
AggregatorMode
Fields
Name | Value | Description |
---|---|---|
Flat | 0 | A flat embedding of the aggregated chat within another chat. |
Nested | 1 | A nested embedding the aggregated chat within another chat. |