BaseModel
Class Attributes
| Attribute | Type | Default |
|---|---|---|
headers | Annotated[dict[str, str], Field(description='HTTP headers from the proxy response')] | — |
status_code | Annotated[int, Field(description='HTTP status code from the proxy response')] | — |
chunk | Annotated[bytes, Field(description='Bytes chunk from streaming response content')] | — |