From fdb0da88354a48c2d036c08541cc6dae5709aa6f Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Sun, 16 Oct 2022 19:20:08 -0400 Subject: [PATCH 01/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20add=20a?= =?UTF-8?q?=20prompt=20to=20people?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/people.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/src/prompts/people.json b/functions/src/prompts/people.json index 06dc944d..ab43115a 100644 --- a/functions/src/prompts/people.json +++ b/functions/src/prompts/people.json @@ -1,5 +1,6 @@ [ "If you could have dinner with anyone in the world (dead or alive), who would it be?", "If you could switch places with anyone in the world for a day, who would it be?", - "Who is your favorite actor/actress?" + "Who is your favorite actor/actress?", + "If you could read someone's mind, whose mind would you want to read?" ] From eb2a6ef363a12080ee9c6716839e12fddfa93271 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:55:15 -0500 Subject: [PATCH 02/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20Add=20n?= =?UTF-8?q?ew=20category=20"animals"=20with=20prompts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/animals.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 functions/src/prompts/animals.json diff --git a/functions/src/prompts/animals.json b/functions/src/prompts/animals.json new file mode 100644 index 00000000..e3289559 --- /dev/null +++ b/functions/src/prompts/animals.json @@ -0,0 +1,12 @@ +[ + "What is your favorite animal?", + "What is your least favorite animal?", + "What is the cutest animal?", + "What is the most ferocious animal?", + "What is one animal you are scared of?", + "What is an animal that you think is very beautiful?", + "If you could turn into an animal, what animal would you choose?", + "What animal would you hang a picture of on your wall?", + "What's an animal that shouldn't be a pet but is?", + "What is one animal you wish to have as a pet?" +] From aac4d6ba1e74e1a422f65c3d9a3c68601ba54717 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:00:05 -0500 Subject: [PATCH 03/11] =?UTF-8?q?refactor(functions):=20=E2=9C=8F=EF=B8=8F?= =?UTF-8?q?=20Fix=20spelling=20of=20"underrated"=20in=20food?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/food.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/prompts/food.json b/functions/src/prompts/food.json index c211e35c..361c4262 100644 --- a/functions/src/prompts/food.json +++ b/functions/src/prompts/food.json @@ -3,7 +3,7 @@ "What is your least favorite food?", "What is your comfort food?", "What is the most overrated food?", - "What is the most under rated food?", + "What is the most underrated food?", "What is a food that you have never tried but would like to?", "What is a food that you have tried but would never eat again?" ] From 6b178b387669f4f235bc55b0fe9d8ec53400169a Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:05:35 -0500 Subject: [PATCH 04/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20Add=20p?= =?UTF-8?q?rompts=20to=20food?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/food.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/functions/src/prompts/food.json b/functions/src/prompts/food.json index 361c4262..d182bb17 100644 --- a/functions/src/prompts/food.json +++ b/functions/src/prompts/food.json @@ -5,5 +5,20 @@ "What is the most overrated food?", "What is the most underrated food?", "What is a food that you have never tried but would like to?", - "What is a food that you have tried but would never eat again?" + "What is a food that you have tried but would never eat again?", + "Name a pink food.", + "Name a food that grows on a tree.", + "Name a food that grows on a bush.", + "Name a food that is too large to fit inside your shoe.", + "Name a food that is larger than your head.", + "Name a food that you would serve at a party.", + "Name a food that is really hard to eat.", + "Name a food that is loud to eat.", + "If you could, what is a food would you force someone else to eat once?", + "If you could only eat one food for the rest of your life, what would it be?", + "What is a food could you eat every day without ever getting tired of it?", + "If you could make a single food appear by wishing for it, what would that food be?", + "What is a food that you think is really pretty?", + "What is a food that you wish you you could grow?", + "What is a food that you wish would never go bad?" ] From 2f411a62fe3ba6b1c5a9a8d23befcccb7e5528f8 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:06:37 -0500 Subject: [PATCH 05/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20Add=20p?= =?UTF-8?q?rompts=20to=20people?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/people.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/functions/src/prompts/people.json b/functions/src/prompts/people.json index ab43115a..e1e7a853 100644 --- a/functions/src/prompts/people.json +++ b/functions/src/prompts/people.json @@ -1,6 +1,8 @@ [ - "If you could have dinner with anyone in the world (dead or alive), who would it be?", - "If you could switch places with anyone in the world for a day, who would it be?", + "If you could have dinner with anyone (dead or alive), who would it be?", + "If you could switch locations with anyone in the world for a day, who would it be?", "Who is your favorite actor/actress?", - "If you could read someone's mind, whose mind would you want to read?" + "If you could read someone's mind, who would you choose?", + "If you had to run a race right right now, what person would you choose to run a race against?", + "For the rest of your life, every time you eat something, you must share it with someone. Who would you share it with?" ] From aef3794cf96c6aa554050cea59002271e298747c Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:07:52 -0500 Subject: [PATCH 06/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20Add=20c?= =?UTF-8?q?ategory=20spices=20with=20prompts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/spices.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 functions/src/prompts/spices.json diff --git a/functions/src/prompts/spices.json b/functions/src/prompts/spices.json new file mode 100644 index 00000000..909fd11c --- /dev/null +++ b/functions/src/prompts/spices.json @@ -0,0 +1,9 @@ +[ + "What is one spice commonly used for apple pie?", + "What is one spice commonly used for curry?", + "What is one of your favorite spices? (Be specific.)", + "If you could only use one spice for the rest of your life, what would it be?", + "If you could make your enemy only use one spice for the rest of their life, what would it be?", + "If you were left on a deserted island, what one spice would you wish to have to season food?", + "If you were required to sprinkle a spice on your hair every morning, what spice would you choose?" +] From 16b17ed8fe90173bd0c5b4fe36a0cd98d1574a32 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:09:34 -0500 Subject: [PATCH 07/11] =?UTF-8?q?feat(functions):=20=F0=9F=92=AC=20Add=20c?= =?UTF-8?q?ategories=20animals=20and=20spices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/prompts/index.ts b/functions/src/prompts/index.ts index dfec9488..c704df4c 100644 --- a/functions/src/prompts/index.ts +++ b/functions/src/prompts/index.ts @@ -1,4 +1,4 @@ -export const catagories = ["food", "people"] as const; +export const catagories = ["animals", "food", "people", "spices"] as const; export type Category = typeof catagories[number]; From 29bba627dd25ecab337025f112f16d0ce7c0a8b7 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:46:50 -0500 Subject: [PATCH 08/11] =?UTF-8?q?refactor(functions):=20=E2=9C=8F=EF=B8=8F?= =?UTF-8?q?=20rewrite=20certain=20food=20prompts=20as=20questions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/food.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/src/prompts/food.json b/functions/src/prompts/food.json index d182bb17..6736efc7 100644 --- a/functions/src/prompts/food.json +++ b/functions/src/prompts/food.json @@ -6,14 +6,14 @@ "What is the most underrated food?", "What is a food that you have never tried but would like to?", "What is a food that you have tried but would never eat again?", - "Name a pink food.", - "Name a food that grows on a tree.", - "Name a food that grows on a bush.", - "Name a food that is too large to fit inside your shoe.", - "Name a food that is larger than your head.", - "Name a food that you would serve at a party.", - "Name a food that is really hard to eat.", - "Name a food that is loud to eat.", + "What is one pink food?", + "What is one food that grows on a tree?", + "What is one food that grows on a bush?", + "What is one food that is too large to fit inside your shoe?", + "What is one food that is larger than your head?", + "What is one food that you would serve at a party?", + "What is one food that is hard to eat?", + "What is one food that is loud to eat?", "If you could, what is a food would you force someone else to eat once?", "If you could only eat one food for the rest of your life, what would it be?", "What is a food could you eat every day without ever getting tired of it?", From b4247f4846bc9f8c026dc74e9acfd60a41d738c3 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:51:30 -0500 Subject: [PATCH 09/11] =?UTF-8?q?refactor(functions):=20=F0=9F=92=AC=20rew?= =?UTF-8?q?rite=20one=20spice=20prompt=20as=20a=20question?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/spices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/prompts/spices.json b/functions/src/prompts/spices.json index 909fd11c..a0526a08 100644 --- a/functions/src/prompts/spices.json +++ b/functions/src/prompts/spices.json @@ -1,7 +1,7 @@ [ "What is one spice commonly used for apple pie?", "What is one spice commonly used for curry?", - "What is one of your favorite spices? (Be specific.)", + "What is one of your favorite spices?", "If you could only use one spice for the rest of your life, what would it be?", "If you could make your enemy only use one spice for the rest of their life, what would it be?", "If you were left on a deserted island, what one spice would you wish to have to season food?", From 2378c763e77867fdb1ab9c4dcbba91e899781373 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:39:40 -0500 Subject: [PATCH 10/11] =?UTF-8?q?refactor(functions):=20=F0=9F=94=A5=20Del?= =?UTF-8?q?ete=20spices=20prompt=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/index.ts | 2 +- functions/src/prompts/spices.json | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 functions/src/prompts/spices.json diff --git a/functions/src/prompts/index.ts b/functions/src/prompts/index.ts index c704df4c..2b756115 100644 --- a/functions/src/prompts/index.ts +++ b/functions/src/prompts/index.ts @@ -1,4 +1,4 @@ -export const catagories = ["animals", "food", "people", "spices"] as const; +export const catagories = ["animals", "food", "people"] as const; export type Category = typeof catagories[number]; diff --git a/functions/src/prompts/spices.json b/functions/src/prompts/spices.json deleted file mode 100644 index a0526a08..00000000 --- a/functions/src/prompts/spices.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "What is one spice commonly used for apple pie?", - "What is one spice commonly used for curry?", - "What is one of your favorite spices?", - "If you could only use one spice for the rest of your life, what would it be?", - "If you could make your enemy only use one spice for the rest of their life, what would it be?", - "If you were left on a deserted island, what one spice would you wish to have to season food?", - "If you were required to sprinkle a spice on your hair every morning, what spice would you choose?" -] From adca0ddf485272ba58861afb151d57388dfb2f37 Mon Sep 17 00:00:00 2001 From: Zaina Al Habash <75005450+zalhabash@users.noreply.github.com> Date: Tue, 27 Dec 2022 19:04:19 -0500 Subject: [PATCH 11/11] =?UTF-8?q?fix(functions):=20=F0=9F=90=9B=20Remove?= =?UTF-8?q?=20duplicate=20in=20food=20prompts=20from=20f642529?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/src/prompts/food.json | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/src/prompts/food.json b/functions/src/prompts/food.json index 47f6403b..48fe5f89 100644 --- a/functions/src/prompts/food.json +++ b/functions/src/prompts/food.json @@ -14,7 +14,6 @@ "What is one food that you would serve at a party?", "What is one food that is hard to eat?", "What is one food that is loud to eat?", - "If you could only eat one food for the rest of your life, what would it be?", "What is a food could you eat every day without ever getting tired of it?", "What is a food that you think is really pretty?", "What is a food that you wish you you could grow?",