repo2post - v0.1.1
    Preparing search index...

    Type Alias GenerateTextFn

    GenerateTextFn: (args: GenerateTextArgs) => Promise<GenerateTextResult>

    A function matching the AI SDK's generateText shape.

    Type Declaration