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

3 lines
153 B
TypeScript

import type { ParsedTokenLimitError } from "./types";
export declare function parseAnthropicTokenLimitError(err: unknown): ParsedTokenLimitError | null;