Skip to content

Commit 10f9e95

Browse files
committed
improvement(tools): updated kalshi and polymarket tools and blocks
1 parent 51891da commit 10f9e95

Some content is hidden

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

48 files changed

+5779
-1709
lines changed

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

Lines changed: 1 addition & 3 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,
@@ -182,7 +181,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
182181
jina: JinaAIIcon,
183182
jira: JiraIcon,
184183
jira_service_management: JiraServiceManagementIcon,
185-
kalshi: KalshiIcon,
184+
kalshi_v2: KalshiIcon,
186185
knowledge: PackageSearchIcon,
187186
langsmith: LangsmithIcon,
188187
lemlist: LemlistIcon,
@@ -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

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

Lines changed: 287 additions & 40 deletions
Large diffs are not rendered by default.

apps/docs/content/docs/en/tools/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"shopify",
9898
"slack",
9999
"smtp",
100-
"spotify",
101100
"sqs",
102101
"ssh",
103102
"stagehand",

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

Lines changed: 327 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)