more linting

This commit is contained in:
Sydney Runkle
2025-08-26 11:15:17 -04:00
parent 1a491b6199
commit 64e5e83a73

View File

@@ -198,6 +198,7 @@ class ToolOutput(Generic[SchemaT]):
def __init__(
self,
*,
schema: type[SchemaT],
tool_message_content: str | None = None,
handle_errors: bool