mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test(e2e): drop the explanatory sentence from the StreamingResponse docstring
This commit is contained in:
parent
b55a4317a6
commit
cd976624d1
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@ class StreamingResponse(BaseModel):
|
|||
non-streaming `application/json`), the response headers (lowercased names, e.g.
|
||||
the x-ratelimit-* pacing headers and retry-after on a 429), and the body.
|
||||
SpendLogs.request_id is the completion body id, not call_id. Used by passthrough
|
||||
and streaming, where one validated JSON model does not fit. ``stream_event_arrivals``
|
||||
is index-aligned with ``stream_events``: seconds after the request was sent at which
|
||||
each event reached the client."""
|
||||
and streaming, where one validated JSON model does not fit."""
|
||||
|
||||
status_code: int
|
||||
call_id: str | None = None # x-litellm-call-id header
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue