Represents an interrupt triggered by the graph that requires human intervention.
This is passed to the interrupt function when execution is paused for human input.
Deprecated
Use HumanInterrupt has been moved to langchain package.
Update your import to import { HumanInterrupt } from "langchain/prebuilt/interrupt";
Represents an interrupt triggered by the graph that requires human intervention. This is passed to the
interrupt
function when execution is paused for human input.Deprecated
Use
HumanInterrupt
has been moved to langchain package. Update your import toimport { HumanInterrupt } from "langchain/prebuilt/interrupt";