Represents a request for human action within the graph execution. Contains the action type and any associated arguments needed for the action.
Use ActionRequest has been moved to langchain package. Update your import to import { ActionRequest } from "langchain/prebuilt/interrupt";
ActionRequest
import { ActionRequest } from "langchain/prebuilt/interrupt";
The type or name of action being requested (e.g., "Approve XYZ action")
Key-value pairs of arguments needed for the action
Represents a request for human action within the graph execution. Contains the action type and any associated arguments needed for the action.
Deprecated
Use
ActionRequest
has been moved to langchain package. Update your import toimport { ActionRequest } from "langchain/prebuilt/interrupt";