Table of Contents

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 = 1

A message from the AI assistant.

Error = 4

An error message.

System = 2

A system-level prompt or instruction.

Tool = 3

Output from a tool or function call.

User = 0

A message from the human user.