mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: "ChatMessages"
|
||||
---
|
||||
|
||||
Chat completion message with role-based discrimination
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `components.ChatAssistantMessage`
|
||||
|
||||
```python
|
||||
value: components.ChatAssistantMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.ChatDeveloperMessage`
|
||||
|
||||
```python
|
||||
value: components.ChatDeveloperMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.ChatSystemMessage`
|
||||
|
||||
```python
|
||||
value: components.ChatSystemMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.ChatToolMessage`
|
||||
|
||||
```python
|
||||
value: components.ChatToolMessage = /* values here */
|
||||
```
|
||||
|
||||
### `components.ChatUserMessage`
|
||||
|
||||
```python
|
||||
value: components.ChatUserMessage = /* values here */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user