UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines 253 B
//#region extensions/github-copilot/replay-policy.d.ts declare function buildGithubCopilotReplayPolicy(modelId?: string): { dropThinkingBlocks: boolean; } | { dropThinkingBlocks?: undefined; }; //#endregion export { buildGithubCopilotReplayPolicy };