From d050fe636f1b80f2479e3b266ca2534b4fe63f34 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Wed, 27 Dec 2023 18:09:30 +0800 Subject: [PATCH] chore: remove log --- app/api/langchain/tool/agent/agentapi.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/langchain/tool/agent/agentapi.ts b/app/api/langchain/tool/agent/agentapi.ts index 435a4990b..147dbbc7e 100644 --- a/app/api/langchain/tool/agent/agentapi.ts +++ b/app/api/langchain/tool/agent/agentapi.ts @@ -243,7 +243,6 @@ export class AgentApi { }); } if (process.env.GOOGLE_CSE_ID && process.env.GOOGLE_API_KEY) { - console.log("use googleCustomSearchTool"); let googleCustomSearchTool = new langchainTools["GoogleCustomSearch"](); searchTool = new DynamicTool({ name: "google_custom_search",