update test

This commit is contained in:
Xi Yan 2025-02-06 16:11:00 -08:00
parent c79cc92b37
commit 06e5af1435

View file

@ -45,7 +45,7 @@ class TestClientTool(ClientTool):
tool_name=tool_call.tool_name,
content=response_str,
)
return [message]
return message
def get_name(self) -> str:
return "get_boiling_point"