feat(tools): add generic search tool (#2140)

This commit is contained in:
Waleed
2025-11-30 14:13:46 -08:00
committed by GitHub
parent f25db707d7
commit e3a57d30e8
16 changed files with 553 additions and 196 deletions

View File

@@ -68,6 +68,7 @@ import {
ResendIcon,
S3Icon,
SalesforceIcon,
SearchIcon,
SendgridIcon,
SentryIcon,
SerperIcon,
@@ -128,6 +129,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
serper: SerperIcon,
sentry: SentryIcon,
sendgrid: SendgridIcon,
search: SearchIcon,
salesforce: SalesforceIcon,
s3: S3Icon,
resend: ResendIcon,