mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 20:12:12 +00:00
4 lines
222 B
C#
4 lines
222 B
C#
namespace AIStudio.Tools.Services;
|
|
|
|
/// <summary>Identifies the concrete attachment or file-content field inside an owner.</summary>
|
|
public readonly record struct MediaImportTarget(MediaImportOwner Owner, string TargetId); |