Skip to content

AfterLLMErrorAction

AfterLLMErrorAction = { action: "rethrow"; } | { action: "recover"; fallbackResponse: string; }

Defined in: agent/hooks.ts:538

Action returned by LLM error controller.