@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias GenerateRequestBodyJson

    from message yeying.api.llm.GenerateRequestBody

    type GenerateRequestBodyJson = {
        count?: number;
        llmId?: string;
        model?: string;
        prompt?: string;
        quality?: string;
        responseContentFormat?: ContentFormatEnumJson;
        size?: string;
        style?: string;
    }
    Index

    Properties

    count?: number

    from field: int32 count = 5;

    llmId?: string

    from field: string llmId = 1;

    model?: string

    from field: string model = 2;

    prompt?: string

    from field: string prompt = 3;

    quality?: string

    from field: string quality = 7;

    responseContentFormat?: ContentFormatEnumJson

    from field: yeying.api.common.ContentFormatEnum responseContentFormat = 4;

    size?: string

    from field: string size = 6;

    style?: string

    from field: string style = 8;