openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines • 305 B
TypeScript
import { $t as ProviderThinkingProfile } from "../../plugin-entry-BOAJmgcf.js";
//#region extensions/vercel-ai-gateway/thinking.d.ts
declare function resolveVercelAiGatewayThinkingProfile(modelId: string): ProviderThinkingProfile | undefined;
//#endregion
export { resolveVercelAiGatewayThinkingProfile };