Class ChatRoles
List of chatml roles
Inheritance
object
ChatRoles
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DotnetPrompt.Prompts
Assembly: DotnetPrompt.dll
Syntax
public static class ChatRoles
Fields
| Improve this Doc View SourceAssistant
Assistant Role
Declaration
public const string Assistant = "assistant"
Field Value
Type | Description |
---|---|
string |
System
System Role
Declaration
public const string System = "system"
Field Value
Type | Description |
---|---|
string |
User
User Role
Declaration
public const string User = "user"
Field Value
Type | Description |
---|---|
string |