mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
32 lines
621 B
Markdown
32 lines
621 B
Markdown
# ChatCompletionMessageParam
|
|
|
|
Chat completion message with role-based discrimination
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatCompletionSystemMessageParam`
|
|
|
|
```python
|
|
value: models.ChatCompletionSystemMessageParam = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionUserMessageParam`
|
|
|
|
```python
|
|
value: models.ChatCompletionUserMessageParam = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionAssistantMessageParam`
|
|
|
|
```python
|
|
value: models.ChatCompletionAssistantMessageParam = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionToolMessageParam`
|
|
|
|
```python
|
|
value: models.ChatCompletionToolMessageParam = /* values here */
|
|
```
|
|
|