fix: remove wrong default prompt in function tool

This commit is contained in:
ZJU_czx
2025-03-31 17:45:23 +08:00
parent 76d62a6ab3
commit 0a4dce5522
@@ -21,7 +21,6 @@ class NormalPythonExecute(PythonExecute):
"code_type": {
"description": "code type",
"type": "string",
"default": "html",
"enum": ["process", "report", "others"],
},
},