mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 13:41:37 +00:00
Add FORBIDDEN file type to FileAttachmentType for improved validation
This commit is contained in:
parent
c480444559
commit
f354382802
@ -19,4 +19,9 @@ public enum FileAttachmentType
|
||||
/// All audio file types, such as .mp3, .wav, .aac, etc.
|
||||
/// </summary>
|
||||
AUDIO,
|
||||
|
||||
/// <summary>
|
||||
/// Forbidden file types that should not be attached, such as executables.
|
||||
/// </summary>
|
||||
FORBIDDEN,
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user