mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
325 B
Plaintext
28 lines
325 B
Plaintext
---
|
|
title: "ChatAssistantMessageContent"
|
|
---
|
|
|
|
Assistant message content
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `List[components.ChatContentItems]`
|
|
|
|
```python
|
|
value: List[components.ChatContentItems] = /* values here */
|
|
```
|
|
|
|
### `Any`
|
|
|
|
```python
|
|
value: Any = /* values here */
|
|
```
|
|
|