@ptkl/sdk - v1.7.1
    Preparing search index...

    Type Alias DocumentGenerateResponse

    Response from document generation

    type DocumentGenerateResponse = {
        content: string;
        status: boolean;
    }
    Index

    Properties

    Properties

    content: string

    Rendered document content

    status: boolean

    Whether the generation was successful