From 2589e35ff8a3705e30be896d70371b9d55451fc4 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 17 Jul 2024 14:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B92024/07/17=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E9=9C=80=E6=B1=82=EF=BC=9Aalltolls=E6=8A=A5=E6=96=87=E5=A4=9A?= =?UTF-8?q?=E8=BD=AE=E4=BC=9A=E8=AF=9D=E5=8F=82=E6=95=B0=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/integration_tests/all_tools/test_alltools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/all_tools/test_alltools.py b/tests/integration_tests/all_tools/test_alltools.py index 8d16745..248e04a 100644 --- a/tests/integration_tests/all_tools/test_alltools.py +++ b/tests/integration_tests/all_tools/test_alltools.py @@ -214,7 +214,7 @@ async def test_all_tools_start(logging_conf): agent_executor = ZhipuAIAllToolsRunnable.create_agent_executor( model_name="glm-4-alltools", tools=[ - {"type": "code_interpreter", "code_interpreter": {"sandbox": "none"}}, + {"type": "code_interpreter"}, {"type": "web_browser"}, {"type": "drawing_tool"}, ],