mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
30 lines
652 B
Markdown
30 lines
652 B
Markdown
# ChatCompletionCreateParamsPluginUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatCompletionCreateParamsPluginModeration`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsPluginModeration = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsPluginWeb`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsPluginWeb = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsPluginChainOfThought`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsPluginChainOfThought = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsPluginFileParser`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsPluginFileParser = /* values here */
|
|
```
|
|
|