From cb4cced07f4864dd5a284ddd6b9f9e9c12b648e2 Mon Sep 17 00:00:00 2001 From: Yucheng Zhu Date: Mon, 13 Jul 2026 09:35:30 -0700 Subject: [PATCH] style(guardrails): restore blank line between helper and constant block --- litellm/proxy/guardrails/_content_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/guardrails/_content_utils.py b/litellm/proxy/guardrails/_content_utils.py index 311b092bce9..b35883efb3c 100644 --- a/litellm/proxy/guardrails/_content_utils.py +++ b/litellm/proxy/guardrails/_content_utils.py @@ -52,6 +52,7 @@ def _iter_summary_texts(summary: Any) -> Iterator[str]: if isinstance(summary_text, str) and summary_text: yield summary_text + # Responses-API item types whose ``output`` field carries user/tool text # that guardrails should inspect. ``function_call_output`` is the # built-in shape; ``custom_tool_call_output`` is the custom-tool