Rename ipython to tool

This commit is contained in:
Ashwin Bharambe 2025-01-13 18:55:05 -08:00
parent fdcc74fda2
commit 43e3f075b9
3 changed files with 3 additions and 3 deletions

View file

@ -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]