diff --git a/packages/aiCore/src/core/plugins/built-in/webSearchPlugin/helper.ts b/packages/aiCore/src/core/plugins/built-in/webSearchPlugin/helper.ts index a06a51449a..2b03777271 100644 --- a/packages/aiCore/src/core/plugins/built-in/webSearchPlugin/helper.ts +++ b/packages/aiCore/src/core/plugins/built-in/webSearchPlugin/helper.ts @@ -47,7 +47,8 @@ export const DEFAULT_WEB_SEARCH_CONFIG: WebSearchPluginConfig = { xai: { mode: 'on', returnCitations: true, - maxSearchResults: 5 + maxSearchResults: 5, + sources: [{ type: 'web' }, { type: 'x' }, { type: 'news' }] }, anthropic: { maxUses: 5