mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
85 lines
1.5 KiB
Plaintext
85 lines
1.5 KiB
Plaintext
---
|
|
title: "MessagesRequestToolUnion"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.ToolCustom`
|
|
|
|
```python
|
|
value: components.ToolCustom = /* values here */
|
|
```
|
|
|
|
### `components.ToolBash20250124`
|
|
|
|
```python
|
|
value: components.ToolBash20250124 = /* values here */
|
|
```
|
|
|
|
### `components.ToolTextEditor20250124`
|
|
|
|
```python
|
|
value: components.ToolTextEditor20250124 = /* values here */
|
|
```
|
|
|
|
### `components.ToolWebSearch20250305`
|
|
|
|
```python
|
|
value: components.ToolWebSearch20250305 = /* values here */
|
|
```
|
|
|
|
### `components.ToolWebSearch20260209`
|
|
|
|
```python
|
|
value: components.ToolWebSearch20260209 = /* values here */
|
|
```
|
|
|
|
### `components.ToolAdvisor20260301`
|
|
|
|
```python
|
|
value: components.ToolAdvisor20260301 = /* values here */
|
|
```
|
|
|
|
### `components.BashServerTool`
|
|
|
|
```python
|
|
value: components.BashServerTool = /* values here */
|
|
```
|
|
|
|
### `components.DatetimeServerTool`
|
|
|
|
```python
|
|
value: components.DatetimeServerTool = /* values here */
|
|
```
|
|
|
|
### `components.ImageGenerationServerToolOpenRouter`
|
|
|
|
```python
|
|
value: components.ImageGenerationServerToolOpenRouter = /* values here */
|
|
```
|
|
|
|
### `components.MessagesSearchModelsServerTool`
|
|
|
|
```python
|
|
value: components.MessagesSearchModelsServerTool = /* values here */
|
|
```
|
|
|
|
### `components.WebFetchServerTool`
|
|
|
|
```python
|
|
value: components.WebFetchServerTool = /* values here */
|
|
```
|
|
|
|
### `components.OpenRouterWebSearchServerTool`
|
|
|
|
```python
|
|
value: components.OpenRouterWebSearchServerTool = /* values here */
|
|
```
|
|
|
|
### `components.MessagesRequestTool`
|
|
|
|
```python
|
|
value: components.MessagesRequestTool = /* values here */
|
|
```
|
|
|