mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
30 lines
706 B
Markdown
30 lines
706 B
Markdown
# ChatStreamCompletionCreateParamsPluginUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatStreamCompletionCreateParamsPluginModeration`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsPluginModeration = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsPluginWeb`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsPluginWeb = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsPluginChainOfThought`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsPluginChainOfThought = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsPluginFileParser`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsPluginFileParser = /* values here */
|
|
```
|
|
|