Skip to content

[Feature] Message actions #1301

Closed
Closed
@Yidadaa

Description

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)
`

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions