openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 405 B
TypeScript
import { $t as ProviderThinkingProfile } from "../../plugin-entry-BOAJmgcf.js";
//#region extensions/openrouter/thinking-policy.d.ts
declare function supportsOpenRouterXHighThinking(modelId: string): boolean;
declare function resolveOpenRouterThinkingProfile(modelId: string): ProviderThinkingProfile | undefined;
//#endregion
export { resolveOpenRouterThinkingProfile, supportsOpenRouterXHighThinking };