Why are messages saved on the client? #2296
Unanswered
grantsingleton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't understand why messages are being saved on the client rather than on the server. It makes this useless for any semi-long running chats. If the user closes the client it never saves. Users should be able to:
That is currently not possible because saving of the assistant's replies is done on the client. Ditto for long-running replies with lots of tool calls. Nothing is saved until the entire completion is done.
I expect a robust implementation to save on the server and save after every step is finished, not on total completion.
Beta Was this translation helpful? Give feedback.
All reactions