HumanResponse: {
    args: null | string | ActionRequest;
    type: "accept" | "ignore" | "response" | "edit";
}

The response provided by a human to an interrupt, which is returned when graph execution resumes.

Type declaration

  • args: null | string | ActionRequest
  • type: "accept" | "ignore" | "response" | "edit"