forked from ggml-org/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Note: This issue was copied from ggml-org#16085
Original Author: @allozaur
Original Issue Number: ggml-org#16085
Created: 2025-09-18T14:01:14Z
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Allow to remove/add attachments from messages in the conversation.
Motivation
Currently there is no way to remove/edit attachments from messages in the conversation, only before sending the message.
@easyfab asked for this feature in ggml-org#14839 (comment) and i think it's worth implementing.
Possible Implementation
No response