@wuzhi-ai/wuzhi - v0.0.7
    Preparing search index...

    Type Alias GenerateTextParams

    GenerateTextParams: VercelGenerateTextParams & {
        computer?: ComputerTool;
        modelId?: string;
        tools?: Tool[];
    }

    Parameters for generating text using the agent.

    Type declaration

    • Optionalcomputer?: ComputerTool
    • OptionalmodelId?: string

      The model ID to use for generation.

    • Optionaltools?: Tool[]