mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
---
|
|
title: "BaseInputsUnion1"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.BaseInputsMessage`
|
|
|
|
```python
|
|
value: components.BaseInputsMessage = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponseInputMessageItem`
|
|
|
|
```python
|
|
value: components.OpenAIResponseInputMessageItem = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponseFunctionToolCallOutput`
|
|
|
|
```python
|
|
value: components.OpenAIResponseFunctionToolCallOutput = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponseFunctionToolCall`
|
|
|
|
```python
|
|
value: components.OpenAIResponseFunctionToolCall = /* values here */
|
|
```
|
|
|
|
### `components.OutputItemImageGenerationCall`
|
|
|
|
```python
|
|
value: components.OutputItemImageGenerationCall = /* values here */
|
|
```
|
|
|
|
### `components.OutputMessage`
|
|
|
|
```python
|
|
value: components.OutputMessage = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponseCustomToolCall`
|
|
|
|
```python
|
|
value: components.OpenAIResponseCustomToolCall = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponseCustomToolCallOutput`
|
|
|
|
```python
|
|
value: components.OpenAIResponseCustomToolCallOutput = /* values here */
|
|
```
|
|
|
|
### `components.ApplyPatchCallItem`
|
|
|
|
```python
|
|
value: components.ApplyPatchCallItem = /* values here */
|
|
```
|
|
|
|
### `components.ApplyPatchCallOutputItem`
|
|
|
|
```python
|
|
value: components.ApplyPatchCallOutputItem = /* values here */
|
|
```
|
|
|