From 7ccf5cd821a5fa13cd8d046d9aaf2bbc3bd5b424 Mon Sep 17 00:00:00 2001 From: austin Date: Mon, 30 Dec 2024 21:17:04 -0500 Subject: [PATCH] goals notes --- docs/goals_first_order.txt | 5 +++++ docs/goals_second_order.txt | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/goals_first_order.txt create mode 100644 docs/goals_second_order.txt diff --git a/docs/goals_first_order.txt b/docs/goals_first_order.txt new file mode 100644 index 0000000..b9f53f7 --- /dev/null +++ b/docs/goals_first_order.txt @@ -0,0 +1,5 @@ +first order goals + +Greet - Generates a greeting +Transmit Info - Transmits a piece of information +Query Info - Queries a piece of information diff --git a/docs/goals_second_order.txt b/docs/goals_second_order.txt new file mode 100644 index 0000000..83da1a4 --- /dev/null +++ b/docs/goals_second_order.txt @@ -0,0 +1,8 @@ +second order goals + +Answer - Tries to answer a question +Entertainment - Tries to keep a conversation going by stating openers (ie opening questions) +Tell a story - Tries to tell a story +Clarify - Tries to clarify a piece of information +Interrogate - Tries to gather information about a topic from the participant +Challenge - Tries to challenge the participant on a piece of information