mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
fixes
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
# OpenResponsesInput1
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `components.OpenResponsesReasoning`
|
||||
|
||||
```python
|
||||
value: components.OpenResponsesReasoning = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenResponsesEasyInputMessage`
|
||||
|
||||
```python
|
||||
value: components.OpenResponsesEasyInputMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenResponsesInputMessageItem`
|
||||
|
||||
```python
|
||||
value: components.OpenResponsesInputMessageItem = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenResponsesFunctionToolCall`
|
||||
|
||||
```python
|
||||
value: components.OpenResponsesFunctionToolCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.OpenResponsesFunctionCallOutput`
|
||||
|
||||
```python
|
||||
value: components.OpenResponsesFunctionCallOutput = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesOutputMessage`
|
||||
|
||||
```python
|
||||
value: components.ResponsesOutputMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesOutputItemReasoning`
|
||||
|
||||
```python
|
||||
value: components.ResponsesOutputItemReasoning = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesOutputItemFunctionCall`
|
||||
|
||||
```python
|
||||
value: components.ResponsesOutputItemFunctionCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesWebSearchCallOutput`
|
||||
|
||||
```python
|
||||
value: components.ResponsesWebSearchCallOutput = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesOutputItemFileSearchCall`
|
||||
|
||||
```python
|
||||
value: components.ResponsesOutputItemFileSearchCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.ResponsesImageGenerationCall`
|
||||
|
||||
```python
|
||||
value: components.ResponsesImageGenerationCall = /* values here */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user