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

    Type Alias EditRequestJson

    from message yeying.api.llm.EditRequest

    type EditRequestJson = {
        desType?: DigitalFormatEnumJson;
        did?: string;
        imagePrompt?: ImagePromptJson;
        imageResult?: ImageResultJson;
        llmId?: string;
        model?: string;
        srcType?: DigitalFormatEnumJson;
        textPrompt?: TextPromptJson;
    }
    Index

    Properties

    from field: yeying.api.common.DigitalFormatEnum desType = 6;

    did?: string

    from field: string did = 1;

    imagePrompt?: ImagePromptJson

    from field: yeying.api.llm.ImagePrompt imagePrompt = 8;

    imageResult?: ImageResultJson

    from field: yeying.api.llm.ImageResult imageResult = 9;

    llmId?: string

    from field: string llmId = 2;

    model?: string

    from field: string model = 3;

    from field: yeying.api.common.DigitalFormatEnum srcType = 5;

    textPrompt?: TextPromptJson

    from field: yeying.api.llm.TextPrompt textPrompt = 7;