mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
Update _content_utils.py
This commit is contained in:
parent
88064d4463
commit
e3c935ec41
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def is_text_content_call_type(call_type: str) -> bool:
|
|||
return call_type in TEXT_CONTENT_CALL_TYPES
|
||||
|
||||
|
||||
TEXT_PART_TYPES: frozenset[str] = frozenset({"text", "input_text", "output_text", "summary_text"})
|
||||
TEXT_PART_TYPES: Frozenset[str] = frozenset({"text", "input_text", "output_text", "summary_text"})
|
||||
|
||||
|
||||
def _iter_summary_texts(summary: Any) -> Iterator[str]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue