langchain.js
    Preparing search index...

    Interface RejectDecision

    Response when a human rejects the action.

    interface RejectDecision {
        message?: string;
        type: "reject";
    }
    Index

    Properties

    Properties

    message?: string

    The message sent to the model explaining why the action was rejected.

    type: "reject"