mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
30 lines
413 B
Markdown
30 lines
413 B
Markdown
# Plugin
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.PluginModeration`
|
|
|
|
```python
|
|
value: models.PluginModeration = /* values here */
|
|
```
|
|
|
|
### `models.PluginWeb`
|
|
|
|
```python
|
|
value: models.PluginWeb = /* values here */
|
|
```
|
|
|
|
### `models.PluginChainOfThought`
|
|
|
|
```python
|
|
value: models.PluginChainOfThought = /* values here */
|
|
```
|
|
|
|
### `models.PluginFileParser`
|
|
|
|
```python
|
|
value: models.PluginFileParser = /* values here */
|
|
```
|
|
|