diff --git a/libs/langgraph/src/errors.ts b/libs/langgraph/src/errors.ts index 1c0358c1..eac1f84b 100644 --- a/libs/langgraph/src/errors.ts +++ b/libs/langgraph/src/errors.ts @@ -62,7 +62,8 @@ export class GraphInterrupt extends GraphBubbleUp { /** Raised by a node to interrupt execution. */ export class NodeInterrupt extends GraphInterrupt { - constructor(message: string, fields?: BaseLangGraphErrorFields) { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + constructor(message: any, fields?: BaseLangGraphErrorFields) { super( [ {