From b8cf16f69c6b9da06a5c4225af259ea268719a8f Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 7 Feb 2024 16:35:41 -0800 Subject: [PATCH] Slight tweak to extract_wisdom. --- patterns/extract_wisdom/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/extract_wisdom/system.md b/patterns/extract_wisdom/system.md index 5459436..dc7fa5a 100644 --- a/patterns/extract_wisdom/system.md +++ b/patterns/extract_wisdom/system.md @@ -8,7 +8,7 @@ Take a step back and think step by step about how to achieve the best result pos 1. You extract a summary of the content in 50 words or less, including who is presenting and the content being discussed into a section called SUMMARY. -2. You extract the top 50 most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. +2. You extract the top 25-50 most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. 3. You extract the 15-30 most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.