mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
---
|
|
title: "ChatFunctionTool"
|
|
---
|
|
|
|
Tool definition for function calling (regular function or OpenRouter built-in server tool)
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ChatFunctionToolFunction`
|
|
|
|
```python
|
|
value: components.ChatFunctionToolFunction = /* values here */
|
|
```
|
|
|
|
### `components.AdvisorServerToolOpenRouter`
|
|
|
|
```python
|
|
value: components.AdvisorServerToolOpenRouter = /* 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.ChatSearchModelsServerTool`
|
|
|
|
```python
|
|
value: components.ChatSearchModelsServerTool = /* values here */
|
|
```
|
|
|
|
### `components.SubagentServerToolOpenRouter`
|
|
|
|
```python
|
|
value: components.SubagentServerToolOpenRouter = /* values here */
|
|
```
|
|
|
|
### `components.WebFetchServerTool`
|
|
|
|
```python
|
|
value: components.WebFetchServerTool = /* values here */
|
|
```
|
|
|
|
### `components.OpenRouterWebSearchServerTool`
|
|
|
|
```python
|
|
value: components.OpenRouterWebSearchServerTool = /* values here */
|
|
```
|
|
|
|
### `components.ChatWebSearchShorthand`
|
|
|
|
```python
|
|
value: components.ChatWebSearchShorthand = /* values here */
|
|
```
|
|
|