mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
---
|
|
title: "SendChatCompletionRequestResponse"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.ChatResult`
|
|
|
|
```python
|
|
value: components.ChatResult = /* values here */
|
|
```
|
|
|
|
### `Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]]`
|
|
|
|
```python
|
|
value: Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]] = /* values here */
|
|
```
|
|
|