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

3 lines
153 B
TypeScript
Raw Normal View History

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