From 2b352afa77a1acec5d7280fb005f8dfd9ba41ef9 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 8 Feb 2024 21:26:02 -0800 Subject: [PATCH] . --- patterns/analyze_prose/system.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/patterns/analyze_prose/system.md b/patterns/analyze_prose/system.md index 59f0873..e89cdc5 100644 --- a/patterns/analyze_prose/system.md +++ b/patterns/analyze_prose/system.md @@ -48,7 +48,7 @@ Take a step back and think step-by-step about how to achieve the best outcomes b ```json { - "novelty-rating": "(computed rating)", + "surprise-rating": "(computed rating)", "surprise-rating-explanation": "A 15-20 word sentence justifying your rating.", "clarity-rating": "(computed rating)", "clarity-rating-explanation": "A 15-20 word sentence justifying your rating.", @@ -62,7 +62,7 @@ Take a step back and think step-by-step about how to achieve the best outcomes b OUTPUT EXAMPLE { -"novelty-rating": "A - Novel", +"surprise-rating": "A - Novel", "surprise-rating-explanation": "Combines multiple existing ideas and adds new ones to construct a vision of the future.", "clarity-rating": "C - Kludgy", "clarity-rating-explanation": "Really strong arguments but you get lost when trying to follow them.", @@ -75,6 +75,8 @@ OUTPUT EXAMPLE ``` +- Ensure you follow all the rules above. +- The overall-rating cannot be higher than the lowest rating given. - You ONLY output this JSON object. - You do not output the ``` code indicators, only the JSON object itself.