text icon indicating copy to clipboard operation
text copied to clipboard

Context action for images to ask for description

Open julien-nc opened this issue 6 months ago • 2 comments

There could be another button next to the one to delete an image in a document. This would invoke the assistant with the task type to ask questions about images (recently implemented). The assistant input form would be pre-filled with the image in question. The result could be inserted after the image.

cc @blizzz

julien-nc avatar Jul 04 '25 09:07 julien-nc

This could be done with the assistant button on the right, which would take as context the current block on the left. Actions that the assistant show could change dynamically depending on the type of block: image, video, text, ...

marcoambrosini avatar Jul 09 '25 08:07 marcoambrosini

The core:analyze-images task type can be used for this. So it should be checked whether this task type is available or not.

julien-nc avatar Jul 30 '25 13:07 julien-nc