forNewsAndEvents method

OpenRouterBuilder forNewsAndEvents()

Configure for news and current events

Optimizes settings for news queries and current events with recent information focus.

Implementation

OpenRouterBuilder forNewsAndEvents() {
  return webSearch(
    maxResults: 10,
    searchPrompt:
        'Focus on recent news, current events, and up-to-date information',
    useOnlineShortcut: true,
  );
}