From 21303348374f3d5b120ecf33ae06bfc5228b0f16 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Mar 2025 13:50:10 -0500 Subject: [PATCH] improve reasoning assistance prompt --- ra_aid/prompts/reasoning_assist_prompt.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ra_aid/prompts/reasoning_assist_prompt.py b/ra_aid/prompts/reasoning_assist_prompt.py index 1c92aba..7e690af 100644 --- a/ra_aid/prompts/reasoning_assist_prompt.py +++ b/ra_aid/prompts/reasoning_assist_prompt.py @@ -45,6 +45,10 @@ Focus on strategic thinking rather than implementation details. Your guidance wi Please be concise, practical, and specific to this task. Avoid generic advice. -Include pseudo-code of tools you would call and branches in that flowchart to show contingency/conditional paths. +Include beautiful, human-readable 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. + +It should be the most beautiful, elegant, simple logic ever. + +WE ARE IN THE **PLANNING** STAGE RIGHT NOW. NO CODE SHOULD BE WRITTEN. WE SHOULD BE THINKING LOGICALLY ABOUT HOW TO APPROACH THE PROBLEM, PLANNING OUT WHICH TASKS TO REQUEST IMPLEMENTATION OF, ETC. """