From c481209ac4970b02e02edb41b2d0e97a3d025380 Mon Sep 17 00:00:00 2001 From: William Jeynes Date: Sat, 4 Apr 2026 23:47:21 +0100 Subject: [PATCH] Why no tool use? --- agent/prompts/trigger.txt | 9 +++++++++ run.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/agent/prompts/trigger.txt b/agent/prompts/trigger.txt index d934e42..75c1c1d 100644 --- a/agent/prompts/trigger.txt +++ b/agent/prompts/trigger.txt @@ -8,6 +8,10 @@ Produce up-to 5 specific "trigger events" that happened that could have led to t Remember the time frame of the disinformation campaign: ###CDATE### Include no information or events that would not have been available at the time. +You MEED TO use the tools available to you in order to produce up to date information on URL and search query, else you will be wrong and the analysis invalid. +You NEED TO use the web search and open URL tools to ensure page validity or else all work upto this point will have to be discarded. + + Produce no more text other than the json. Include a concise but specific search query that can be looked up on a search engine in order to allow for the verification. @@ -26,4 +30,9 @@ Events will be reordered as part of processing, each statement must stand alone The preceeding messages act as examples of previous responses to potentially ficitonal events and scores given. Analysis should only be completed for proposed events that would graner >0.7 points +This pipeline is running well pasy your knowledge cutoff. +Any URLs will change signigicantly over time. +You MEED TO use the tools available to you in order to produce up to date information on URL and search query, else you will be wrong and the analysis invalid. +You NEED TO use the web search and open URL tools to ensure page validity or else all work upto this point will have to be discarded. + Lets go through it step by step \ No newline at end of file diff --git a/run.sh b/run.sh index 7b9a876..62ba45d 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ set -e run_agent () { echo "Starting LangGraph agent..." cd agent - npx @langchain/langgraph-cli dev + npx @langchain/langgraph-cli dev --host 127.0.0.1 } run_ensemble_service () {