forked from phoenix-oss/llama-stack-mirror
update test
This commit is contained in:
parent
c79cc92b37
commit
06e5af1435
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class TestClientTool(ClientTool):
|
||||||
tool_name=tool_call.tool_name,
|
tool_name=tool_call.tool_name,
|
||||||
content=response_str,
|
content=response_str,
|
||||||
)
|
)
|
||||||
return [message]
|
return message
|
||||||
|
|
||||||
def get_name(self) -> str:
|
def get_name(self) -> str:
|
||||||
return "get_boiling_point"
|
return "get_boiling_point"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue