From 3519384f3fd793a6929a224f04bd96f85d92571e Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Tue, 17 Jun 2025 19:00:23 -0700 Subject: [PATCH] fix: remove unused 'more' argument from search query --- src/agent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agent.ts b/src/agent.ts index ccc977a..fa2a875 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -814,7 +814,6 @@ But then you realized you have asked them before. You decided to to think out of allWebContents, undefined, searchProvider, - 'more' ); allKeywords.push(...searchedQueries);