AI-Studio/app/MindWork AI Studio/Provider/Anthropic/ISubContentImageSource.cs

9 lines
208 B
C#
Raw Normal View History

2025-12-30 17:30:32 +00:00
namespace AIStudio.Provider.Anthropic;
public interface ISubContentImageSource
{
/// <summary>
/// The type of the sub-content image.
/// </summary>
public SubContentImageType Type { get; }
}