| 22 | import { isServerTool } from './provider'; |
| 23 | |
| 24 | export interface OpenRouterBuildOptions { |
| 25 | wireModel: string; |
| 26 | reasoning?: CastariReasoningConfig; |
| 27 | webSearch?: WebSearchOptions; |
| 28 | } |
| 29 | |
| 30 | export function buildOpenRouterRequest( |
| 31 | body: AnthropicRequest, |
nothing calls this directly
no outgoing calls
no test coverage detected