Skip to content

Commit

Permalink
兼容2024/07/17产品需求:alltolls报文多轮会话参数结构
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Jul 17, 2024
1 parent 203cfe8 commit 2589e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/all_tools/test_alltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
],
Expand Down

0 comments on commit 2589e35

Please sign in to comment.