wagtail-ai icon indicating copy to clipboard operation
wagtail-ai copied to clipboard

Provide multiple options when triggering a prompt on rich text content

Open tomusher opened this issue 1 year ago • 1 comments

When using the rich text 'magic wand' tool to apply a prompt to some text, we currently return one response and replace the content. If a user wants to try for a different response from the LLM, they need to undo and retry.

It would be a nicer experience if the user was either:

  • Prompted with a customisable number of responses from the LLM which they could select from or retry for another set
  • Could 'scroll' through different responses or easily retry without undoing first

tomusher avatar Feb 16 '24 13:02 tomusher

llm doesn't currently provide a way to request n results from an LLM. Potential to contribute upstream, or just work around that somehow.

tomusher avatar Feb 26 '24 18:02 tomusher