Enum ChatRole
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Identifies the role of a participant in a chat transcript.
public enum ChatRole
- Extension Methods
Fields
Assistant = 1A message from the AI assistant.
Error = 4An error message.
System = 2A system-level prompt or instruction.
Tool = 3Output from a tool or function call.
User = 0A message from the human user.