openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
19 lines • 470 B
TypeScript
import { wt as ProviderDefaultThinkingPolicyContext } from "../../plugin-entry-BOAJmgcf.js";
//#region extensions/github-copilot/provider-policy-api.d.ts
declare function resolveThinkingProfile(context: ProviderDefaultThinkingPolicyContext): {
levels: ({
id: "xhigh" | "max";
} | {
id: "off";
} | {
id: "minimal";
} | {
id: "low";
} | {
id: "medium";
} | {
id: "high";
})[];
} | null;
//#endregion
export { resolveThinkingProfile };