This commit is contained in:
David Alberto Adler
2025-09-07 20:40:53 +01:00
parent 0fc7236673
commit da48e8c4ea
166 changed files with 1689 additions and 4514 deletions
+29
View File
@@ -0,0 +1,29 @@
# 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 */
```