MCPcopy Create free account
hub / github.com/castari/castari-proxy / OpenRouterBuildOptions

Interface OpenRouterBuildOptions

worker/src/translator.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { isServerTool } from './provider';
23
24export interface OpenRouterBuildOptions {
25 wireModel: string;
26 reasoning?: CastariReasoningConfig;
27 webSearch?: WebSearchOptions;
28}
29
30export function buildOpenRouterRequest(
31 body: AnthropicRequest,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected