Table of Contents

Class InputMessageRoles

Namespace
FoundationaLLM.Common.Constants.Agents
Assembly
FoundationaLLM.Common.dll

Constants for input message roles.

public static class InputMessageRoles
Inheritance
InputMessageRoles
Inherited Members

Fields

Assistant

Assistant role.

public const string Assistant = "assistant"

Field Value

string

System

System role.

public const string System = "system"

Field Value

string

Tool

Tool role.

public const string Tool = "tool"

Field Value

string

User

User role.

public const string User = "user"

Field Value

string