Files
openrouter-python-sdk-retry…/docs/operations/value2.mdx
T

19 lines
163 B
Plaintext

---
title: "Value2"
---
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `float`
```python
value: float = /* values here */
```