Files
oh-my-opencode/dist/hooks/anthropic-context-window-limit-recovery/empty-content-recovery.d.ts
T
2026-03-14 04:56:50 +00:00

9 lines
272 B
TypeScript

import type { AutoCompactState } from "./types";
import type { Client } from "./client";
export declare function fixEmptyMessages(params: {
sessionID: string;
autoCompactState: AutoCompactState;
client: Client;
messageIndex?: number;
}): Promise<boolean>;