mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:52:10 +00:00
8 lines
162 B
C#
8 lines
162 B
C#
namespace AIStudio.Tools.Media;
|
|
|
|
/// <summary>Supported persistent media-operation owners.</summary>
|
|
public enum MediaImportOwnerKind
|
|
{
|
|
CHAT,
|
|
ASSISTANT,
|
|
} |