@squidcloud/client
    Preparing search index...

    Interface UpsertContextStatusSuccess

    Status of an individual context item after successfully upserting it.

    interface UpsertContextStatusSuccess {
        contextId: string;
        name: string;
        status: "success";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    contextId: string

    The unique identifier of the context item.

    name: string

    The name of the context item, typically the title or filename.

    status: "success"

    Whether the context upsert was successful or got an error.