UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines 294 B
import { Oc as ProviderThinkingProfile } from "../../types-C0dQmare.js"; //#region extensions/opencode/provider-policy-api.d.ts declare function resolveThinkingProfile(params: { provider?: string; modelId: string; }): ProviderThinkingProfile; //#endregion export { resolveThinkingProfile };