weaviate-agents
    Preparing search index...

    Type Alias ProgressMessage

    type ProgressMessage = {
        details: ProgressDetails;
        message: string;
        outputType: "progressMessage";
        stage: string;
    }
    Index

    Properties

    message: string
    outputType: "progressMessage"
    stage: string