Search Results for

    Show / Hide Table of Contents

    Class FantasyChatbotContext

    Text generation context for LIGHT dataset format (2 personas and location)

    Inheritance
    Object
    FantasyChatbotContext
    Namespace: NPCEngine.Components
    Assembly: cs.temp.dll.dll
    Syntax
    public class FantasyChatbotContext

    Fields

    history

    Declaration
    public List<ChatLine> history
    Field Value
    Type Description
    List<ChatLine>

    location

    Declaration
    public string location
    Field Value
    Type Description
    String

    location_name

    Declaration
    public string location_name
    Field Value
    Type Description
    String

    name

    Declaration
    public string name
    Field Value
    Type Description
    String

    other_name

    Declaration
    public string other_name
    Field Value
    Type Description
    String

    other_persona

    Declaration
    public string other_persona
    Field Value
    Type Description
    String

    persona

    Declaration
    public string persona
    Field Value
    Type Description
    String
    In This Article
    Back to top npc-engine Unity integration