Files
openrouter-python-sdk-retry…/docs/models/chatcompletioncreateparamsprompt.md
T
2025-09-07 21:39:50 +01:00

24 lines
232 B
Markdown

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