chore: remove log

This commit is contained in:
Hk-Gosuto 2023-12-27 18:09:30 +08:00
parent 3782c48008
commit d050fe636f

View File

@ -243,7 +243,6 @@ export class AgentApi {
}); });
} }
if (process.env.GOOGLE_CSE_ID && process.env.GOOGLE_API_KEY) { if (process.env.GOOGLE_CSE_ID && process.env.GOOGLE_API_KEY) {
console.log("use googleCustomSearchTool");
let googleCustomSearchTool = new langchainTools["GoogleCustomSearch"](); let googleCustomSearchTool = new langchainTools["GoogleCustomSearch"]();
searchTool = new DynamicTool({ searchTool = new DynamicTool({
name: "google_custom_search", name: "google_custom_search",