class MAGES::JARIA::Editor::HistoryDataObject

Overview

Scriptable object that contains the history of the conversation with jaria. More…

class HistoryDataObject: public ScriptableObject
{
public:
    // properties

    List UserHistory;
    List AIHistory;
};

Detailed Documentation

Scriptable object that contains the history of the conversation with jaria.

Properties

List UserHistory

Gets or sets the user message history.

List AIHistory

Gets or sets the AI message history.