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

    Type Alias GenerateRequestBody

    GenerateRequestBody: Message$1<"yeying.api.llm.GenerateRequestBody"> & {
        count: number;
        llmId: string;
        model: string;
        prompt: string;
        quality: string;
        responseContentFormat: ContentFormatEnum;
        size: string;
        style: string;
    }

    Type declaration

    • 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: ContentFormatEnum

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

    • size: string

      from field: string size = 6;

    • style: string

      from field: string style = 8;

    from message yeying.api.llm.GenerateRequestBody