mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
test(responses): remove routine regression test docstring
This commit is contained in:
parent
b0c89d75c7
commit
e7aaece11a
1 changed files with 0 additions and 1 deletions
|
|
@ -1093,7 +1093,6 @@ def test_streamed_tool_calls_with_empty_terminal_output(
|
|||
reason: str | None,
|
||||
expected: str,
|
||||
) -> None:
|
||||
"""Retain streamed tool calls without overriding incomplete responses or leaking state."""
|
||||
from litellm.completion_extras.litellm_responses_transformation.transformation import (
|
||||
OpenAiResponsesToChatCompletionStreamIterator,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue