feat: implement generate command in console app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AltGen.Console.Generate;
|
||||
|
||||
record GenerateAltTextRequest(
|
||||
string Provider,
|
||||
string ProviderKey,
|
||||
string FileName,
|
||||
byte[] Image,
|
||||
string ContentType
|
||||
);
|
||||
Reference in New Issue
Block a user