mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 12:12:10 +00:00
7 lines
106 B
C#
7 lines
106 B
C#
|
|
namespace AIStudio.Tools;
|
|||
|
|
|
|||
|
|
public enum FileExportFormat
|
|||
|
|
{
|
|||
|
|
MICROSOFT_WORD,
|
|||
|
|
OPEN_DOCUMENT_TEXT,
|
|||
|
|
}
|