docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
+69
View File
@@ -0,0 +1,69 @@
---
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 */
```