style(guardrails): restore blank line between helper and constant block

This commit is contained in:
Yucheng Zhu 2026-07-13 09:35:30 -07:00
parent 2bb3f604a7
commit cb4cced07f

View file

@ -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