@cubie-ai/tiny-ai - v0.0.14
    Preparing search index...

    Type Alias VercelGenerateTextParams

    VercelGenerateTextParams: Omit<
        Parameters<typeof generateText>[0],
        "model" | "tools",
    >

    A utility type to extract the parameters from the generateText function. This is useful for creating a type that matches the parameters used in the agent's text generation.