Slight tweak to extract_wisdom.

This commit is contained in:
Daniel Miessler 2024-02-07 16:35:41 -08:00
parent 9acddb1567
commit b8cf16f69c

View File

@ -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. 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. 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.