mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
25 lines
410 B
Plaintext
25 lines
410 B
Plaintext
---
|
|
title: "CustomToolCallOutputItemOutputUnion1"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.InputText`
|
|
|
|
```python
|
|
value: components.InputText = /* values here */
|
|
```
|
|
|
|
### `components.CustomToolCallOutputItemOutputInputImage`
|
|
|
|
```python
|
|
value: components.CustomToolCallOutputItemOutputInputImage = /* values here */
|
|
```
|
|
|
|
### `components.InputFile`
|
|
|
|
```python
|
|
value: components.InputFile = /* values here */
|
|
```
|
|
|