From 235b7af89dfc2a2f45d960000af9a4aad992a13e Mon Sep 17 00:00:00 2001 From: ZJU_czx <952370295@qq.com> Date: Thu, 3 Apr 2025 19:03:09 +0800 Subject: [PATCH] feat: update prompt --- app/prompt/visualization.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/prompt/visualization.py b/app/prompt/visualization.py index f8b1813..8e4fecc 100644 --- a/app/prompt/visualization.py +++ b/app/prompt/visualization.py @@ -1,8 +1,7 @@ SYSTEM_PROMPT = """You are an AI agent designed to data analysis / visualization task. You have various tools at your disposal that you can call upon to efficiently complete complex requests. # Note: 1. The workspace directory is: {directory}; Read / write file in workspace -2. Generate analysis conclusion report in the end -3. Use at most One Tool in each step""" +2. Generate analysis conclusion report in the end""" NEXT_STEP_PROMPT = """Based on user needs, break down the problem and use different tools step by step to solve it. # Note