ChatGPT-Next-Web icon indicating copy to clipboard operation
ChatGPT-Next-Web copied to clipboard

[Feature] Message actions

Open Yidadaa opened this issue 1 year ago • 0 comments

Here is a proposal for this feature:

enum Actions {
  Fill = 'fill', // fill a text to text input
  Submit = 'submit', // submit a text to gpt
  FromMask = 'fromMask', // create a chat from a specific mask
}

Usage:

const messageFromBot = `
Here is message from bot, you can create a chat from mask by [this link](?fromMask=12).

If you have any questions, you can:
- [Ask me for help](?fill=help)
- [Star a new chat](?submit=forget)
`

Yidadaa avatar May 06 '23 16:05 Yidadaa