Skip to content

Commit eeba859

Browse files
committed
regen docs
1 parent d8e3c56 commit eeba859

4 files changed

Lines changed: 2 additions & 469 deletions

File tree

apps/docs/content/docs/en/tools/gmail.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Draft emails using Gmail. Returns API-aligned fields only.
9090
| `threadId` | string | Gmail thread ID |
9191
| `labelIds` | array | Email labels |
9292

93-
### `gmail_edit_draft_v2`
93+
### `gmail_edit_draft`
9494

9595
Update an existing Gmail draft in place without deleting and recreating it.
9696

apps/docs/content/docs/en/tools/knowledge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Search for similar content in a knowledge base using vector similarity
4848
| `tagName` | string | No | No description |
4949
| `tagValue` | string | No | No description |
5050
| `rerankerEnabled` | boolean | No | Whether to apply Cohere reranking to vector search results |
51-
| `rerankerModel` | string | No | Cohere rerank model to use \(one of: rerank-v4.0-pro, rerank-v4.0-fast, rerank-v3.5\) |
51+
| `rerankerModel` | string | No | Cohere rerank model to use \(one of: $\{SUPPORTED_RERANKER_MODELS.join\(', '\)\}\) |
5252
| `tagFilters` | string | No | No description |
5353

5454
#### Output

apps/docs/content/docs/en/tools/outlook.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Send emails using Outlook
5656
| `body` | string | Yes | Email body content |
5757
| `contentType` | string | No | Content type for the email body \(text or html\) |
5858
| `replyToMessageId` | string | No | Message ID to reply to \(for threading\) |
59-
| `conversationId` | string | No | Conversation ID for threading |
6059
| `cc` | string | No | CC recipients \(comma-separated\) |
6160
| `bcc` | string | No | BCC recipients \(comma-separated\) |
6261
| `attachments` | file[] | No | Files to attach to the email |

0 commit comments

Comments
 (0)