ToolExceptionHandlerOutput = str | Sequence[MessageContentBlock]Content returned by a handle_tool_error callable.
Error handlers may return plain text or a sequence of structured message
content blocks. When the original tool call includes a tool_call_id, this
content is normalized to the content of a ToolMessage with status="error".