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

    Type Alias ImagePrompt

    ImagePrompt: Message$1<"yeying.api.llm.ImagePrompt"> & {
        image: Uint8Array;
        mask: Uint8Array;
        message: string;
    }

    Type declaration

    • image: Uint8Array

      from field: bytes image = 3;

    • mask: Uint8Array

      from field: bytes mask = 2;

    • message: string

      from field: string message = 1;

    from message yeying.api.llm.ImagePrompt