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 = 1
Represents an assistant type.
User = 0
Represents a user type.