[Enhancement]: Store uploaded files per conversation (userId/conversationId) #11895
Replies: 1 comment 1 reply
-
|
Thanks for the suggestion! This is actually already handled, every Cleanup, isolation, auditing, and organization can all be done through these existing associations without any changes to how files are physically stored. Embedding If there's a specific workflow that feels broken or missing (e.g., files not being cleaned up when a conversation is deleted), a more targeted issue would be very welcome! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Currently uploaded files are stored only at the user level, which makes it harder to manage files per conversation—for example for cleanup, isolation, auditing, and organization.
Could we please add support for storing uploads using a per-conversation path such as
{userId}/{conversationId}/{filename}?Thanks so much!
More details
N/A
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions