Storable Formats #259
JordanDalton
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@JordanDalton can we not store serialised version into the database ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
There should be a way to convert an object (
UserMessage
,AssistantMessage
, etc..) into a storable format that could be placed in a database, then have a way to take that stored object and reproduce the object it came from.Would be helpful for storing history.
Beta Was this translation helpful? Give feedback.
All reactions