Skip to content

Commit 6ebdb8b

Browse files
add suppressInitialMessage to webSearch
1 parent 20bd15d commit 6ebdb8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-web-search/src/actions/webSearch.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const webSearch: Action = {
4444
"ONLINE_SEARCH",
4545
"FIND_INFORMATION",
4646
],
47+
suppressInitialMessage: true,
4748
description:
4849
"Perform a web search to find information related to the message.",
4950
validate: async (runtime: IAgentRuntime, message: Memory) => {

0 commit comments

Comments
 (0)