function validateInterruptResumeBatch(input): Promise<ValidatedInterruptResumeBatch>;Defined in: packages/ai/src/interrupt-resume.ts:267
Validate and translate a complete interrupt batch before any tool executes. Used by ephemeral chat resume; a durable layer may share the same validator.
ValidateInterruptResumeBatchInput
Promise<ValidatedInterruptResumeBatch>