Files
oh-my-opencode/dist/hooks/session-recovery/storage/orphan-thinking-search.d.ts
T

3 lines
199 B
TypeScript
Raw Normal View History

export declare function findMessagesWithOrphanThinking(sessionID: string): string[];
export declare function findMessageByIndexNeedingThinking(sessionID: string, targetIndex: number): string | null;