Revert "feat: update prompt"

This reverts commit 235b7af89d.
This commit is contained in:
ZJU_czx
2025-04-03 21:09:06 +08:00
parent 951e2856b6
commit 3f544a49c5
+2 -1
View File
@@ -1,7 +1,8 @@
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"""
2. Generate analysis conclusion report in the end
3. Use at most One Tool in each step"""
NEXT_STEP_PROMPT = """Based on user needs, break down the problem and use different tools step by step to solve it.
# Note