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

    Type Alias ImagePromptJson

    from message yeying.api.llm.ImagePrompt

    type ImagePromptJson = {
        image?: string;
        mask?: string;
        message?: string;
    }
    Index

    Properties

    Properties

    image?: string

    from field: bytes image = 3;

    mask?: string

    from field: bytes mask = 2;

    message?: string

    from field: string message = 1;