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

    Type Alias GenerateStreamParams

    GenerateStreamParams: VercelStreamTextParams & {
        computer: ComputerTool;
        modelId?: string;
        tools?: Tool[];
    }

    Type declaration

    • computer: ComputerTool
    • OptionalmodelId?: string

      The model ID to use for generation.

    • Optionaltools?: Tool[]