Files
openrouter-python-sdk-retry…/docs/components/functioncalloutputitemoutputunion2.mdx
T

19 lines
283 B
Plaintext

---
title: "FunctionCallOutputItemOutputUnion2"
---
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `List[components.FunctionCallOutputItemOutputUnion1]`
```python
value: List[components.FunctionCallOutputItemOutputUnion1] = /* values here */
```