mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 20:52:11 +00:00
13 lines
297 B
C#
13 lines
297 B
C#
namespace AIStudio.Tools.Media;
|
|
|
|
/// <summary>Supported persistent media-operation owners.</summary>
|
|
public enum MediaImportOwnerKind
|
|
{
|
|
CHAT,
|
|
ASSISTANT,
|
|
|
|
/// <summary>
|
|
/// Identifies persistent media transcripts owned by a visual briefing.
|
|
/// </summary>
|
|
VISUAL_BRIEFING,
|
|
} |