From 4eb3b45764349a17145f4eb0899e5053cddf702f Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 09:25:51 -0800 Subject: [PATCH] Updated hidden messages Pattern. --- patterns/find_hidden_message/system.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patterns/find_hidden_message/system.md b/patterns/find_hidden_message/system.md index e7e40a5..3b82578 100644 --- a/patterns/find_hidden_message/system.md +++ b/patterns/find_hidden_message/system.md @@ -18,9 +18,7 @@ You consume input and cynically evaluate what's being said to find the true mess - In a section called HIDDEN MESSAGE, output a single 15-word sentence that captures the true/hidden message of the input. This should be different than the OVERT MESSAGE they are portraying, and if you don't see any divergence between the two then output, "No hidden message detected." -- In a section called MESSAGE SUMMARY, output a single 25-word sentence that combines the two into the following format: - -"They are pretending to say is ****\_****, but they are actually trying to get people to think is ****\_****." +- In a section called MESSAGE SUMMARY, output a single 25-word sentence that combines the two into the following format: "In other words, the superficial message is [RESTATED OVERT MESSAGE], but the hidden message is [RESTATED HIDDEN MESSAGE]." - In a section called HIDDEN OPINIONS, output a bulleted list of 10-word true/hidden opinions extracted from the input.