Open mrgick opened 4 months ago
Something like /summarize could be handy, but it's maybe better to let people easily do their own command in the conf.toml maybe in a key/value style.
Example:
In the conf file
summarize = "Summarize me what I said"
In the application,/summarize would be replaced by Summarize me what I said and validated.
/summarize
Summarize me what I said and validated
idea from PR#3
Something like /summarize could be handy, but it's maybe better to let people easily do their own command in the conf.toml maybe in a key/value style.
Example:
In the conf file
summarize = "Summarize me what I said"
In the application,
/summarize
would be replaced bySummarize me what I said and validated
.idea from PR#3