Skip to content

Commit a0cfa60

Browse files
committed
feat(tools): added more intercom tools
1 parent d8df08d commit a0cfa60

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2930
-1632
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import {
101101
ShopifyIcon,
102102
SlackIcon,
103103
SmtpIcon,
104-
SpotifyIcon,
105104
SQSIcon,
106105
SshIcon,
107106
STTIcon,
@@ -229,7 +228,6 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
229228
shopify: ShopifyIcon,
230229
slack: SlackIcon,
231230
smtp: SmtpIcon,
232-
spotify: SpotifyIcon,
233231
sqs: SQSIcon,
234232
ssh: SshIcon,
235233
stagehand: StagehandIcon,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Runs a browser automation task using BrowserUse
4747
| `save_browser_data` | boolean | No | Whether to save browser data |
4848
| `model` | string | No | LLM model to use \(default: gpt-4o\) |
4949
| `apiKey` | string | Yes | API key for BrowserUse API |
50+
| `profile_id` | string | No | Browser profile ID for persistent sessions \(cookies, login state\) |
5051

5152
#### Output
5253

0 commit comments

Comments
 (0)