diff --git a/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx b/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx index a42a5aa3..2d8bf2e8 100644 --- a/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx +++ b/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx @@ -48,8 +48,6 @@ export const ToolFallback: ToolCallMessagePartComponent = ({ const isLoading = result === undefined; - console.log(result); - const isWebSearch = name === "web_search"; const isWebCrawling = name === "web_crawling";