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

25 lines
239 B
Plaintext

---
title: "ClearToolInputs"
---
## Supported Types
### `bool`
```python
value: bool = /* values here */
```
### `List[str]`
```python
value: List[str] = /* values here */
```
### `Any`
```python
value: Any = /* values here */
```