Skip to content
1 min read · 18 words

Variable: E_ANTHROPIC_MESSAGES_CONTEXT_OVERFLOW

ts
const E_ANTHROPIC_MESSAGES_CONTEXT_OVERFLOW: CreatedException<
  [number, number, string, string]
>;

Defined in: src/batteries/llm/anthropic_messages/exceptions.ts:34

Thrown when the total token weight of the resolved request exceeds contextWindow.