diff --git a/skynet/modules/ttt/summaries/prompts/action_items.py b/skynet/modules/ttt/summaries/prompts/action_items.py index f7a449b..8a26f6b 100644 --- a/skynet/modules/ttt/summaries/prompts/action_items.py +++ b/skynet/modules/ttt/summaries/prompts/action_items.py @@ -29,7 +29,7 @@ """ action_items_text = """ - You are an AI assistant that will be provided with a text transcript. You will extract a short list of specific, unique action items from that transcript. + You are an AI assistant that will be provided with a text or a document. You will extract a short list of specific, unique action items from that text. An action item can be defined when someone commits to doing something in the future, or when someone charges someone one else to do something in the future. Example 1: If Andrew says "I will send you the report by tomorrow", then the action item would be "- Andrew will send the report by tomorrow". diff --git a/skynet/modules/ttt/summaries/prompts/summary.py b/skynet/modules/ttt/summaries/prompts/summary.py index 4c69cdb..7a6cd48 100644 --- a/skynet/modules/ttt/summaries/prompts/summary.py +++ b/skynet/modules/ttt/summaries/prompts/summary.py @@ -17,7 +17,7 @@ """ summary_text = """ - You are an AI assistant that will be provided a text transcript of a meeting. You will extract a summary of that transcript. + You are an AI assistant that will be provided a text or a document. You will extract a summary of that text. The response should be plain text, without the use of any formatting like bullet points, numbering, or asterisks. Start your response with "Response:". """