refactor: add placeholder implementations for link_preview, multi_link_preview, and scrape_webpage tools in assistant-message and public-thread components

This commit is contained in:
Anish Sarkar 2026-03-24 18:57:14 +05:30
parent 3f4e1a7dfd
commit 337bab3650
2 changed files with 6 additions and 0 deletions

View file

@ -151,6 +151,9 @@ const PublicAssistantMessage: FC = () => {
generate_video_presentation: GenerateVideoPresentationToolUI,
display_image: DisplayImageToolUI,
generate_image: GenerateImageToolUI,
link_preview: () => null,
multi_link_preview: () => null,
scrape_webpage: () => null,
},
Fallback: ToolFallback,
},