forTechnicalQueries method
Configure for technical documentation and coding
Optimizes settings for technical queries, documentation, and programming-related searches.
Implementation
OpenRouterBuilder forTechnicalQueries() {
return webSearch(
maxResults: 6,
searchPrompt:
'Focus on technical documentation, official docs, and programming resources',
useOnlineShortcut: false,
);
}