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
Right now files are stored by path in the conversation log, this makes the content mutable and incorrectly modifies past messages when changes to the files have been made.
Attached files are mutable and their conversation state not preserved: If a file is referenced, we can only read the most recent version.
Could be solved by storing referenced files in log dir, perhaps named f"{name}-{hash or version}.{ext}" (something content/version-addressed)
The text was updated successfully, but these errors were encountered:
Right now files are stored by path in the conversation log, this makes the content mutable and incorrectly modifies past messages when changes to the files have been made.
The text was updated successfully, but these errors were encountered: