mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
18 lines
446 B
Markdown
18 lines
446 B
Markdown
# 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 */
|
|
```
|
|
|