@untemps/utils - v3.1.0
    Preparing search index...

    Interface GenerateTextConfig

    Configuration object for generateText.

    interface GenerateTextConfig {
        dictionary?: string[];
        maxWords?: number;
        minWords?: number;
    }
    Index

    Properties

    dictionary?: string[]

    A list of words from which picking the words.

    maxWords?: number

    The maximum number of words to pick.

    minWords?: number

    The minimum number of words to pick.