From d7fb269f4d8d6f9c2ada54c102ad45a418ba424e Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Mar 2025 13:37:38 -0500 Subject: [PATCH] improve reasoning assistance prompt --- ra_aid/prompts/reasoning_assist_prompt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ra_aid/prompts/reasoning_assist_prompt.py b/ra_aid/prompts/reasoning_assist_prompt.py index afcfedd..1c92aba 100644 --- a/ra_aid/prompts/reasoning_assist_prompt.py +++ b/ra_aid/prompts/reasoning_assist_prompt.py @@ -45,6 +45,6 @@ Focus on strategic thinking rather than implementation details. Your guidance wi Please be concise, practical, and specific to this task. Avoid generic advice. -Include a flowchart of tools you would call and branches in that flowchart to show contingency/conditional paths. -Use ASCII to visualize the approach + contingencies. +Include pseudo-code of tools you would call and branches in that flowchart to show contingency/conditional paths. +Use an outline/pseudo code format to communicate the approach. Remember I am an agent and will use this logic to guide my actions. """