chore: remove log
This commit is contained in:
parent
3782c48008
commit
d050fe636f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue