From 53adb4d6e6776631ca1d1a25883a4bc4880b985e Mon Sep 17 00:00:00 2001 From: user Date: Sun, 22 Dec 2024 08:45:12 -0500 Subject: [PATCH] Improve UX. --- ra_aid/agent_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ra_aid/agent_utils.py b/ra_aid/agent_utils.py index eb0a3d5..d3b764d 100644 --- a/ra_aid/agent_utils.py +++ b/ra_aid/agent_utils.py @@ -131,7 +131,7 @@ def run_research_agent( # Display console message if provided if console_message: - console.print(Panel(Markdown(console_message), title="🔬 Research Task")) + console.print(Panel(Markdown(console_message), title="🔬 Researching")) # Run agent with retry logic return run_agent_with_retry(agent, prompt, run_config)