nextcloud / nextcloud/assistant
Make image generation more convenient to integrate
Open
@marcoambrosini is already working on this.
Since Jul 9, 2025.
enhancement
question
- Dominant language
- JavaScript
- Stars
- 88
- Forks
- 43
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 3
Description
It would be more convenient for Text and richdocuments if they could obtain base64 encoded images instead of the share links that we produce.
The obvious place to make this possible is the image generation smart picker. It could post process the result of the assistant and return the base64 encoded images.
There could be other ways.
@blizzz The currently possible ways to get an image:
- smart picker: returns a list of /f/ links so you get the file IDs
- invoking the assistant: in the task output, you get the file IDs
So, from the file ID(s), you can insert the image like if it was selected in the user's storage.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.