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

    Type Alias GenerateTextParams

    GenerateTextParams: VercelGenerateTextParams & {
        modelId?: string;
        tools?: TinyTool[];
    }

    Parameters for generating text using the agent.

    Type declaration

    • OptionalmodelId?: string

      The model ID to use for generation.

    • Optionaltools?: TinyTool[]