You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can addResponseMessage and addUserMessage be extended to pass in an optional timestamp Date.
I would like to continue a previous chat. I can load the history from the database and use those two methods, but all messages will have the current time stamp due to: timestamp: new Date(),
The text was updated successfully, but these errors were encountered:
Can addResponseMessage and addUserMessage be extended to pass in an optional timestamp Date.
I would like to continue a previous chat. I can load the history from the database and use those two methods, but all messages will have the current time stamp due to:
timestamp: new Date(),
The text was updated successfully, but these errors were encountered: