langchain.js
    Preparing search index...

    Interface HITLResponse

    Response payload for a HITLRequest.

    interface HITLResponse {
        decisions: Decision[];
    }
    Index

    Properties

    Properties

    decisions: Decision[]

    The decisions made by the human.