mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 17:32:11 +00:00
adding an enum to keep track of all export formats
This commit is contained in:
parent
7486cb660c
commit
b503cb8867
7
app/MindWork AI Studio/Tools/FileExportFormat.cs
Normal file
7
app/MindWork AI Studio/Tools/FileExportFormat.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
public enum FileExportFormat
|
||||
{
|
||||
MICROSOFT_WORD,
|
||||
OPEN_DOCUMENT_TEXT,
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user