mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
24 lines
332 B
Markdown
24 lines
332 B
Markdown
# Plugin
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.PluginModeration`
|
|
|
|
```python
|
|
value: components.PluginModeration = /* values here */
|
|
```
|
|
|
|
### `components.PluginWeb`
|
|
|
|
```python
|
|
value: components.PluginWeb = /* values here */
|
|
```
|
|
|
|
### `components.PluginFileParser`
|
|
|
|
```python
|
|
value: components.PluginFileParser = /* values here */
|
|
```
|
|
|