Search Results for

    Show / Hide Table of Contents

    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 Source

    Assistant

    Assistant Role

    Declaration
    public const string Assistant = "assistant"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    System

    System Role

    Declaration
    public const string System = "system"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    User

    User Role

    Declaration
    public const string User = "user"
    Field Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2023 © Pavel «xakpc» Osadchuk for DotnetPrompt