forked from open-webui/open-webui
feat: prompt variables from suggestions
This commit is contained in:
parent
9ee39aa07f
commit
572cd22b4d
2 changed files with 33 additions and 7 deletions
|
@ -26,6 +26,10 @@
|
|||
{
|
||||
"title": ["Overcome procrastination", "give me tips"],
|
||||
"content": "Could you start by asking me about instances when I procrastinate the most and then give me some suggestions to overcome it?"
|
||||
},
|
||||
{
|
||||
"title": ["Grammar check", "rewrite it for better readability "],
|
||||
"content": "Check the following sentence for grammar and clarity: \"[sentence]\". Rewrite it for better readability while maintaining its original meaning."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue