mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 23:00:01 +00:00
Rename ipython to tool
This commit is contained in:
parent
fdcc74fda2
commit
43e3f075b9
3 changed files with 3 additions and 3 deletions
|
|
@ -40,10 +40,10 @@ class TestClientTool(ClientTool):
|
|||
response_str = f"Error when running tool: {e}"
|
||||
|
||||
message = ToolResponseMessage(
|
||||
role="tool",
|
||||
call_id=tool_call.call_id,
|
||||
tool_name=tool_call.tool_name,
|
||||
content=response_str,
|
||||
role="ipython",
|
||||
)
|
||||
return [message]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue