langchain.js
    Preparing search index...

    Interface Interrupt<TValue>

    Represents information about an interrupt.

    interface Interrupt<TValue = unknown> {
        id: string;
        value: TValue;
    }

    Type Parameters

    • TValue = unknown
    Index

    Properties

    Properties

    id: string

    The ID of the interrupt.

    value: TValue

    The requests for human input.