Files
openrouter-python-sdk-retry…/docs/models/chatcompletionusermessageparamcontent.md
T
2025-08-22 10:31:13 -05:00

20 lines
268 B
Markdown

# ChatCompletionUserMessageParamContent
User message content
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `List[models.ChatCompletionContentPart]`
```python
value: List[models.ChatCompletionContentPart] = /* values here */
```