mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-07-16 19:26:28 +00:00
4 lines
203 B
C#
4 lines
203 B
C#
|
|
namespace AIStudio.Tools.Media;
|
||
|
|
|
||
|
|
/// <summary>One user-visible media warning retained until its owner is displayed.</summary>
|
||
|
|
public sealed record MediaImportWarning(string FileName, string UserMessage);
|