The response provided by a human to an interrupt, which is returned when graph execution resumes.
Use HumanResponse has been moved to langchain package. Update your import to import { HumanResponse } from "langchain/prebuilt/interrupt";
HumanResponse
import { HumanResponse } from "langchain/prebuilt/interrupt";
The response payload:
The type of response:
The response provided by a human to an interrupt, which is returned when graph execution resumes.
Deprecated
Use
HumanResponse
has been moved to langchain package. Update your import toimport { HumanResponse } from "langchain/prebuilt/interrupt";