From 6f30ba21b43590c1a0d72cf683611399e32395e5 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 8 Feb 2024 20:52:10 -0800 Subject: [PATCH] . --- patterns/analyze_prose/system.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/patterns/analyze_prose/system.md b/patterns/analyze_prose/system.md index ca75f47..8de6d7b 100644 --- a/patterns/analyze_prose/system.md +++ b/patterns/analyze_prose/system.md @@ -55,6 +55,20 @@ Take a step back and think step-by-step about how to achieve the best outcomes b "recommendations": "The list of recommendations.", "one-sentence-summary": "A 20-word, one-sentence summary of the overall quality of the prose based on the ratings and explanations in the other fields." } + +OUTPUT EXAMPLE + +{ +"novelty-rating": "A - Novel", +"surprise-rating-explanation": "Combines multiple existing ideas and adds new ones to construct a vision of the future.", +"clarity-rating": "A - Crystal Clear", +"clarity-rating-explanation": "The structure of the content builds a clear and logical argument.", +"prose-rating": "A - Inspired", +"prose-rating-explanation": "Uses distinctive language and style to convey the message.", + "recommendations": "The list of recommendations.", + "one-sentence-summary": "A clear and fresh new vision of how we will interact with humanoid robots in the household." +} + ``` - You ONLY output this JSON object.