mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
31 lines
518 B
Plaintext
31 lines
518 B
Plaintext
---
|
|
title: "BaseInputsRoleUnion"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.BaseInputsRoleUser`
|
|
|
|
```python
|
|
value: components.BaseInputsRoleUser = /* values here */
|
|
```
|
|
|
|
### `components.BaseInputsRoleSystem`
|
|
|
|
```python
|
|
value: components.BaseInputsRoleSystem = /* values here */
|
|
```
|
|
|
|
### `components.BaseInputsRoleAssistant`
|
|
|
|
```python
|
|
value: components.BaseInputsRoleAssistant = /* values here */
|
|
```
|
|
|
|
### `components.BaseInputsRoleDeveloper`
|
|
|
|
```python
|
|
value: components.BaseInputsRoleDeveloper = /* values here */
|
|
```
|
|
|