Enum Participants
- Namespace
 - FoundationaLLM.Common.Constants
 
- Assembly
 - FoundationaLLM.Common.dll
 
Specifies the participants, such as a user and an assistant.
public enum Participants
  - Extension Methods
 
Fields
Agent = 1Represents an assistant type.
User = 0Represents a user type.