mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
fixes
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# OpenAIResponsesInputUnion1
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `components.OpenAIResponsesInputMessage1`
|
||||
|
||||
```python
|
||||
value: components.OpenAIResponsesInputMessage1 = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenAIResponsesInputMessage2`
|
||||
|
||||
```python
|
||||
value: components.OpenAIResponsesInputMessage2 = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenAIResponsesInputFunctionCallOutput`
|
||||
|
||||
```python
|
||||
value: components.OpenAIResponsesInputFunctionCallOutput = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenAIResponsesInputFunctionCall`
|
||||
|
||||
```python
|
||||
value: components.OpenAIResponsesInputFunctionCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.OutputItemImageGenerationCall`
|
||||
|
||||
```python
|
||||
value: components.OutputItemImageGenerationCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.OutputMessage`
|
||||
|
||||
```python
|
||||
value: components.OutputMessage = /* values here */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user