mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
31 lines
447 B
Plaintext
31 lines
447 B
Plaintext
---
|
|
title: "RequireApprovalUnion"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.RequireApproval`
|
|
|
|
```python
|
|
value: components.RequireApproval = /* values here */
|
|
```
|
|
|
|
### `components.RequireApprovalAlways`
|
|
|
|
```python
|
|
value: components.RequireApprovalAlways = /* values here */
|
|
```
|
|
|
|
### `components.RequireApprovalNever`
|
|
|
|
```python
|
|
value: components.RequireApprovalNever = /* values here */
|
|
```
|
|
|
|
### `Any`
|
|
|
|
```python
|
|
value: Any = /* values here */
|
|
```
|
|
|