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

4 lines
372 B
TypeScript

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.]";