mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
31 lines
572 B
Plaintext
31 lines
572 B
Plaintext
---
|
|
title: "EasyInputMessageRoleUnion"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.EasyInputMessageRoleUser`
|
|
|
|
```python
|
|
value: components.EasyInputMessageRoleUser = /* values here */
|
|
```
|
|
|
|
### `components.EasyInputMessageRoleSystem`
|
|
|
|
```python
|
|
value: components.EasyInputMessageRoleSystem = /* values here */
|
|
```
|
|
|
|
### `components.EasyInputMessageRoleAssistant`
|
|
|
|
```python
|
|
value: components.EasyInputMessageRoleAssistant = /* values here */
|
|
```
|
|
|
|
### `components.EasyInputMessageRoleDeveloper`
|
|
|
|
```python
|
|
value: components.EasyInputMessageRoleDeveloper = /* values here */
|
|
```
|
|
|