mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
style(guardrails): restore blank line between helper and constant block
This commit is contained in:
parent
2bb3f604a7
commit
cb4cced07f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue