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

    Type Alias EditResponse

    EditResponse: Message$1<"yeying.api.llm.EditResponse"> & {
        data:
            | { case: "base64"; value: string }
            | { case: "bytes"; value: Uint8Array }
            | { case: undefined; value?: undefined };
        status?: ResponseStatus;
    }

    Type declaration

    • data:
          | { case: "base64"; value: string }
          | { case: "bytes"; value: Uint8Array }
          | { case: undefined; value?: undefined }

      from oneof yeying.api.llm.EditResponse.data

    • Optionalstatus?: ResponseStatus

      from field: yeying.api.common.ResponseStatus status = 1;

    from message yeying.api.llm.EditResponse