langchain.js
    Preparing search index...

    Metadata stream event with information about the run and thread

    type MetadataStreamEvent = {
        data: { run_id: string; thread_id: string };
        event: "metadata";
        id?: string;
    }
    Index

    Properties

    Properties

    data: { run_id: string; thread_id: string }
    event: "metadata"
    id?: string