maxSearchResults method
Sets the maximum number of search results to include
Controls how many search results are included in the context when performing web searches.
Range: 1-20 (recommended: 3-10)
Implementation
OpenRouterBuilder maxSearchResults(int maxResults) {
_baseBuilder.extension('maxSearchResults', maxResults);
return this;
}