From 0a4dce552204d5efbe924919117fdf29f4ae59a5 Mon Sep 17 00:00:00 2001 From: ZJU_czx <952370295@qq.com> Date: Mon, 31 Mar 2025 17:45:23 +0800 Subject: [PATCH] fix: remove wrong default prompt in function tool --- app/tool/chart_visualization/normal_python_execute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/tool/chart_visualization/normal_python_execute.py b/app/tool/chart_visualization/normal_python_execute.py index 06465a7..1c0aa2f 100644 --- a/app/tool/chart_visualization/normal_python_execute.py +++ b/app/tool/chart_visualization/normal_python_execute.py @@ -21,7 +21,6 @@ class NormalPythonExecute(PythonExecute): "code_type": { "description": "code type", "type": "string", - "default": "html", "enum": ["process", "report", "others"], }, },