mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
feat: regenerate SDK with updated OpenAPI spec
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `components.ChatResponse`
|
||||
### `components.ChatResult`
|
||||
|
||||
```python
|
||||
value: components.ChatResponse = /* values here */
|
||||
value: components.ChatResult = /* values here */
|
||||
```
|
||||
|
||||
### `Union[eventstreaming.EventStream[components.ChatStreamingResponseChunk], eventstreaming.EventStreamAsync[components.ChatStreamingResponseChunk]]`
|
||||
### `Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]]`
|
||||
|
||||
```python
|
||||
value: Union[eventstreaming.EventStream[components.ChatStreamingResponseChunk], eventstreaming.EventStreamAsync[components.ChatStreamingResponseChunk]] = /* values here */
|
||||
value: Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]] = /* values here */
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user