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

25 lines
279 B
Plaintext

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