From c4dac3f51513b801afed5ff7d1fd3368165073c6 Mon Sep 17 00:00:00 2001 From: William Jeynes Date: Sun, 3 May 2026 21:46:54 +0100 Subject: [PATCH] Remove some very unused prompts --- agent/prompts/relation.txt | 9 --------- agent/prompts/verify.txt | 8 -------- 2 files changed, 17 deletions(-) delete mode 100644 agent/prompts/relation.txt delete mode 100644 agent/prompts/verify.txt diff --git a/agent/prompts/relation.txt b/agent/prompts/relation.txt deleted file mode 100644 index 9136212..0000000 --- a/agent/prompts/relation.txt +++ /dev/null @@ -1,9 +0,0 @@ -Could the following real-world event: -###TECLAIM### - -Be a trigger for the following disinformation: -###TITLE### - -Respond with "RELATION", followed by : followed by a confidence score (VERYHIGH, HIGH, MEDIUM, LOW, VERYLOW) followed by : followed by the reason. Use no other words, just return the score and reason in format. - -Ignore wether the event happened or not, purely consider the likiness of causation diff --git a/agent/prompts/verify.txt b/agent/prompts/verify.txt deleted file mode 100644 index 3df5d86..0000000 --- a/agent/prompts/verify.txt +++ /dev/null @@ -1,8 +0,0 @@ -Do the search results cited below -###TESEARCH### -Support the idea that the following happened: -###TECLAIM### - -Respond with "CONFIDENCE", followed by : followed by a confidence score (VERYHIGH, HIGH, MEDIUM, LOW, VERYLOW) followed by : followed by the reason. Use no other words, just return the score and reason in format. - -Dates can be off by a few days, that would still be valid \ No newline at end of file