Skip to content

Commit

Permalink
feat(prompts):Adding CSV and Pros-Cons prompts (briansunter#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenksezgin authored Mar 14, 2023
1 parent b19d93f commit f8f9416
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/prompts/prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ prompt = '''
Fix spelling in the following text:
'''

[csv-output]
name = "CSV Export"
description = "CSV file for"
prompt = '''
Give me in a CSV format:
'''


[pros-cons]
name = "Pros and Cons Table"
description = "Pros and Cons Table"
prompt = '''
Give me Pros and Cons in a table for:
'''

[translate-to-english]
name = "Translate to English"
Expand Down Expand Up @@ -239,4 +253,4 @@ name = "Translate to Hindi"
description = "Translate text to Hindi"
prompt = '''
Translate text to Hindi:
'''
'''

0 comments on commit f8f9416

Please sign in to comment.