class MAGES::JARIA::Editor::HistoryDataObject¶
Overview¶
Scriptable object that contains the history of the conversation with jaria. More…
class HistoryDataObject: public ScriptableObject { public: // properties ListUserHistory; List AIHistory; };
Detailed Documentation¶
Scriptable object that contains the history of the conversation with jaria.
Properties¶
ListUserHistory
Gets or sets the user message history.
ListAIHistory
Gets or sets the AI message history.