AIAgent: delete console

This commit is contained in:
Timofey
2025-11-21 17:05:59 +08:00
parent 2ac5920f40
commit 64a37d044e

View File

@ -48,8 +48,6 @@ export const ToolFallback: ToolCallMessagePartComponent = ({
const isLoading = result === undefined; const isLoading = result === undefined;
console.log(result);
const isWebSearch = name === "web_search"; const isWebSearch = name === "web_search";
const isWebCrawling = name === "web_crawling"; const isWebCrawling = name === "web_crawling";