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
What are best practices to saves user conversations in the DB !
Considering every new chat with useChat generates a new request and contains the entire history of the session, using generateId is useless since each object has a differerent id.
Is the best way to delete previous conversations? and what field would you use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What are best practices to saves user conversations in the DB !
Considering every new chat with useChat generates a new request and contains the entire history of the session, using generateId is useless since each object has a differerent id.
Is the best way to delete previous conversations? and what field would you use?
Beta Was this translation helpful? Give feedback.
All reactions