save_async


Description:

public override async void save_async (bool update_timestamp = true)

Save session to both DB and file asynchronously. Updates metadata and saves to both database and JSON file.

Parameters:

update_timestamp

If true, update the updated_at_timestamp to current time. Should be true only when there's actual chat activity.