mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
36 lines
777 B
Markdown
36 lines
777 B
Markdown
# ChatGenerationParamsPluginUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ChatGenerationParamsPluginAutoRouter`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPluginAutoRouter = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsPluginModeration`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPluginModeration = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsPluginWeb`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPluginWeb = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsPluginFileParser`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPluginFileParser = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsPluginResponseHealing`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPluginResponseHealing = /* values here */
|
|
```
|
|
|