feat: prompt variables from suggestions

This commit is contained in:
Timothy J. Baek 2024-05-02 00:45:04 -07:00
parent 9ee39aa07f
commit 572cd22b4d
2 changed files with 33 additions and 7 deletions

View file

@ -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."
}
]
}