chore: format

This commit is contained in:
Timothy J. Baek 2024-05-02 00:35:50 -07:00
parent 372284b419
commit 9ee39aa07f

View file

@ -4,47 +4,29 @@
"default_locale": "en-US", "default_locale": "en-US",
"prompt_suggestions": [ "prompt_suggestions": [
{ {
"title": [ "title": ["Help me study", "vocabulary for a college entrance exam"],
"Help me study", "content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
"vocabulary for a college entrance exam"
],
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option.",
}, },
{ {
"title": [ "title": ["Give me ideas", "for what to do with my kids' art"],
"Give me ideas", "content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."
"for what to do with my kids' art"
],
"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter.",
}, },
{ {
"title": [ "title": ["Tell me a fun fact", "about the Roman Empire"],
"Tell me a fun fact", "content": "Tell me a random fun fact about the Roman Empire"
"about the Roman Empire"
],
"content": "Tell me a random fun fact about the Roman Empire",
}, },
{ {
"title": [ "title": ["Show me a code snippet", "of a website's sticky header"],
"Show me a code snippet", "content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
"of a website's sticky header"
],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript.",
}, },
{ {
"title": [ "title": ["Explain options trading", "if I'm familiar with buying and selling stocks"],
"Explain options trading", "content": "Explain options trading in simple terms if I'm familiar with buying and selling stocks."
"if I'm familiar with buying and selling stocks",
],
"content": "Explain options trading in simple terms if I'm familiar with buying and selling stocks.",
}, },
{ {
"title": [ "title": ["Overcome procrastination", "give me tips"],
"Overcome procrastination", "content": "Could you start by asking me about instances when I procrastinate the most and then give me some suggestions to overcome it?"
"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?",
},
] ]
} }
} }