type errors

This commit is contained in:
isaac hershenson
2024-09-11 10:01:37 -07:00
parent cd282e3386
commit ee932c19d8

View File

@@ -735,7 +735,7 @@ def _handle_validation_error(
def _handle_tool_error(
e: ToolException,
e: Exception,
*,
flag: Optional[Union[Literal[True], str, Callable[[ToolException], str]]],
) -> str: