langchain.js
    Preparing search index...
    interface ADFNode {
        content?: ADFNode[];
        text?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    content?: ADFNode[]
    text?: string
    type: string