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

7 lines
364 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 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.]"