Files
openrouter-python-sdk-retry…/docs/models/sendchatcompletionrequestresponse.md
T
2025-11-13 13:40:55 -05:00

18 lines
486 B
Markdown

# SendChatCompletionRequestResponse
## Supported Types
### `models.ChatResponse`
```python
value: models.ChatResponse = /* values here */
```
### `Union[eventstreaming.EventStream[models.ChatStreamingResponseChunkData], eventstreaming.EventStreamAsync[models.ChatStreamingResponseChunkData]]`
```python
value: Union[eventstreaming.EventStream[models.ChatStreamingResponseChunkData], eventstreaming.EventStreamAsync[models.ChatStreamingResponseChunkData]] = /* values here */
```