toJSON(): ISerializableChatData {
version: 3,
...this.toExport(),
sessionId: this.sessionId,
creationDate: this._timestamp,
customTitle: this._customTitle,
inputState: this.inputModel.toJSON(),
workingDirectory: this._workingDirectory?.toString(),
};
}
override dispose() {