mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
61 lines
1017 B
Plaintext
61 lines
1017 B
Plaintext
---
|
|
title: "ChatRequestPlugin"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.AutoRouterPlugin`
|
|
|
|
```python
|
|
value: components.AutoRouterPlugin = /* values here */
|
|
```
|
|
|
|
### `components.ContextCompressionPlugin`
|
|
|
|
```python
|
|
value: components.ContextCompressionPlugin = /* values here */
|
|
```
|
|
|
|
### `components.FileParserPlugin`
|
|
|
|
```python
|
|
value: components.FileParserPlugin = /* values here */
|
|
```
|
|
|
|
### `components.FusionPlugin`
|
|
|
|
```python
|
|
value: components.FusionPlugin = /* values here */
|
|
```
|
|
|
|
### `components.ModerationPlugin`
|
|
|
|
```python
|
|
value: components.ModerationPlugin = /* values here */
|
|
```
|
|
|
|
### `components.ParetoRouterPlugin`
|
|
|
|
```python
|
|
value: components.ParetoRouterPlugin = /* values here */
|
|
```
|
|
|
|
### `components.ResponseHealingPlugin`
|
|
|
|
```python
|
|
value: components.ResponseHealingPlugin = /* values here */
|
|
```
|
|
|
|
### `components.WebSearchPlugin`
|
|
|
|
```python
|
|
value: components.WebSearchPlugin = /* values here */
|
|
```
|
|
|
|
### `components.WebFetchPlugin`
|
|
|
|
```python
|
|
value: components.WebFetchPlugin = /* values here */
|
|
```
|
|
|