Files
openrouter-python-sdk-retry…/docs/models/prompt.md
T
2025-09-07 20:40:53 +01:00

24 lines
206 B
Markdown

# Prompt
## Supported Types
### `float`
```python
value: float = /* values here */
```
### `str`
```python
value: str = /* values here */
```
### `Any`
```python
value: Any = /* values here */
```