mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
---
|
||||
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 */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user