langchain.js
    Preparing search index...

    Interface UpdateExamplesResponse

    interface UpdateExamplesResponse {
        as_of?: string;
        count: number;
        example_ids: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    as_of?: string
    count: number
    example_ids: string[]