nextcloud / nextcloud/assistant

Make image generation more convenient to integrate

Open
#293 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.