refactor: remove link_preview tool and associated components to streamline agent functionality

This commit is contained in:
Anish Sarkar 2026-03-24 17:15:29 +05:30
parent 6c507989d2
commit a009cae62a
16 changed files with 5 additions and 1202 deletions

View file

@ -5,7 +5,6 @@ import {
FileText,
Film,
Globe,
Link2,
type LucideIcon,
Podcast,
ScanLine,
@ -18,7 +17,6 @@ const TOOL_ICONS: Record<string, LucideIcon> = {
generate_podcast: Podcast,
generate_video_presentation: Film,
generate_report: FileText,
link_preview: Link2,
generate_image: Sparkles,
scrape_webpage: ScanLine,
web_search: Globe,