We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bd15d commit 6ebdb8bCopy full SHA for 6ebdb8b
packages/plugin-web-search/src/actions/webSearch.ts
@@ -44,6 +44,7 @@ export const webSearch: Action = {
44
"ONLINE_SEARCH",
45
"FIND_INFORMATION",
46
],
47
+ suppressInitialMessage: true,
48
description:
49
"Perform a web search to find information related to the message.",
50
validate: async (runtime: IAgentRuntime, message: Memory) => {
0 commit comments