Files
oh-my-opencode/dist/hooks/anthropic-context-window-limit-recovery/storage-paths.d.ts
T

4 lines
372 B
TypeScript
Raw Normal View History

import { MESSAGE_STORAGE, PART_STORAGE } from "../../shared";
export { MESSAGE_STORAGE as MESSAGE_STORAGE_DIR, PART_STORAGE as PART_STORAGE_DIR };
export declare const TRUNCATION_MESSAGE = "[TOOL RESULT TRUNCATED - Context limit exceeded. Original output was too large and has been truncated to recover the session. Please re-run this tool if you need the full output.]";