UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 534 B
import { $t as ProviderThinkingProfile } from "../../plugin-entry-BOAJmgcf.js"; //#region extensions/openai/thinking-policy.d.ts declare function resolveOpenAIThinkingProfile(modelId: string): ProviderThinkingProfile; declare function resolveOpenAICodexThinkingProfile(modelId: string): ProviderThinkingProfile; declare function resolveUnifiedOpenAIThinkingProfile(modelId: string): ProviderThinkingProfile; //#endregion export { resolveOpenAICodexThinkingProfile, resolveOpenAIThinkingProfile, resolveUnifiedOpenAIThinkingProfile };