From d8678467d7e2bd520076a95fb6ccedea47e434f3 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Fri, 31 Jan 2025 18:27:44 +0800 Subject: [PATCH] chore: first commit --- src/tools/brave-search.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tools/brave-search.ts b/src/tools/brave-search.ts index 6038e05..d027b39 100644 --- a/src/tools/brave-search.ts +++ b/src/tools/brave-search.ts @@ -25,12 +25,6 @@ export async function braveSearch(query: string): Promise<{ response: BraveSearc timeout: 10000 }); - // Keep the same console.log as the original code - console.log('Brave Search:', response.data.web.results.map(item => ({ - title: item.title, - url: item.url - }))); - // Maintain the same return structure as the original code return { response: response.data }; } \ No newline at end of file