langchain.js
    Preparing search index...

    Interface ApproveDecision

    Response when a human approves the action.

    interface ApproveDecision {
        type: "approve";
    }
    Index

    Properties

    Properties

    type: "approve"