Files
openrouter-python-sdk-retry…/docs/components/baseinputsroleunion.mdx

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 */
```