feat: update data analysis agent prompt and output content

This commit is contained in:
ZJU_czx
2025-03-31 17:34:33 +08:00
parent 722d5c787d
commit d3313a6b39
9 changed files with 176 additions and 120 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ class PythonExecute(BaseTool):
"""A tool for executing Python code with timeout and safety restrictions."""
name: str = "python_execute"
description: str = "Executes Python code string. Note: Only print outputs are visible, function return values are not captured. Use print statements to see results."
description: str = (
"Executes Python code string. Note: Only print outputs are visible, function return values are not captured. Use print statements to see results."
)
parameters: dict = {
"type": "object",
"properties": {