mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
18 lines
442 B
Markdown
18 lines
442 B
Markdown
# CreateResponsesResponse
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.OpenResponsesResult`
|
|
|
|
```python
|
|
value: components.OpenResponsesResult = /* values here */
|
|
```
|
|
|
|
### `Union[eventstreaming.EventStream[components.StreamEvents], eventstreaming.EventStreamAsync[components.StreamEvents]]`
|
|
|
|
```python
|
|
value: Union[eventstreaming.EventStream[components.StreamEvents], eventstreaming.EventStreamAsync[components.StreamEvents]] = /* values here */
|
|
```
|
|
|