langchain.js
    Preparing search index...

    Interface EditDecision

    Response when a human edits the action.

    interface EditDecision {
        editedAction: Action;
        type: "edit";
    }
    Index

    Properties

    Properties

    editedAction: Action

    Edited action for the agent to perform. Ex: for a tool call, a human reviewer can edit the tool name and args.

    type: "edit"