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
System
System role.
public const string System = "system"
  Field Value
Tool
Tool role.
public const string Tool = "tool"
  Field Value
User
User role.
public const string User = "user"