@squidcloud/client
    Preparing search index...

    Interface PsIndexedDocument

    A document indexed for AI processing (as part of the personal storage connector).

    interface PsIndexedDocument {
        folderDocumentId?: string;
        id: string;
        metadata: AiContextMetadata;
        name: string;
        type: PsDocumentType;
    }
    Index

    Properties

    folderDocumentId?: string

    The ID of the parent folder of the document.

    id: string

    The ID of the document.

    Metadata stored about the document

    name: string

    The name of the document.

    The type of the document (file or folder).