mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
18 lines
486 B
Markdown
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 */
|
|
```
|
|
|