remove print

This commit is contained in:
isaac hershenson
2024-09-11 09:58:33 -07:00
parent 5329b43bc1
commit cd282e3386

View File

@@ -740,7 +740,6 @@ def _handle_tool_error(
flag: Optional[Union[Literal[True], str, Callable[[ToolException], str]]],
) -> str:
if isinstance(flag, bool):
print(e.args)
if e.args:
content = e.args[0]
else: