mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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 */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user