From 75544b4434dde794d50d9c19ba45e2058124a082 Mon Sep 17 00:00:00 2001 From: camilleAND Date: Mon, 2 Feb 2026 17:33:17 +0100 Subject: [PATCH] adjustments desc --- src/backend/chat/tools/data_analysis.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/chat/tools/data_analysis.py b/src/backend/chat/tools/data_analysis.py index 5571b84..666355a 100644 --- a/src/backend/chat/tools/data_analysis.py +++ b/src/backend/chat/tools/data_analysis.py @@ -24,7 +24,8 @@ logger = logging.getLogger(__name__) async def data_analysis(ctx: RunContext, query: str) -> ToolReturn: """ - Call this tool to perform a data analysis. + Call this tool to perform a data analysis or draw a plot from a file and data. + When asking for a plot and if the user made no specific instructions, add to the query that the plot should be elegant and easy to read, with harmonious colors. Args: query: The query to perform the data analysis/To plot stuff or compute stuff from files and data.