From 23aae517b4915a0aef6336e6e8bdef594046f105 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 8 Feb 2024 21:28:17 -0800 Subject: [PATCH] . --- patterns/analyze_prose/system.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patterns/analyze_prose/system.md b/patterns/analyze_prose/system.md index e89cdc5..351431d 100644 --- a/patterns/analyze_prose/system.md +++ b/patterns/analyze_prose/system.md @@ -48,8 +48,8 @@ Take a step back and think step-by-step about how to achieve the best outcomes b ```json { - "surprise-rating": "(computed rating)", - "surprise-rating-explanation": "A 15-20 word sentence justifying your rating.", + "novelty-rating": "(computed rating)", + "novelty-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.", "prose-rating": "(computed rating)", @@ -62,8 +62,8 @@ Take a step back and think step-by-step about how to achieve the best outcomes b OUTPUT EXAMPLE { -"surprise-rating": "A - Novel", -"surprise-rating-explanation": "Combines multiple existing ideas and adds new ones to construct a vision of the future.", +"novelty-rating": "A - Novel", +"novelty-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.", "prose-rating": "A - Inspired",