Sanity Library Reference Docs
    Preparing search index...

    Interface GenerateResult

    Result from a one-shot generation request via contentAgent.prompt().

    interface GenerateResult {
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    The generated text response.