openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 340 B
TypeScript
import { t as resolveFireworksThinkingProfile } from "../../thinking-policy-DMa2vBd-.js";
//#region extensions/fireworks/provider-policy-api.d.ts
declare function resolveThinkingProfile(params: {
provider?: string;
modelId: string;
}): ReturnType<typeof resolveFireworksThinkingProfile>;
//#endregion
export { resolveThinkingProfile };