namespace AIStudio.Provider; /// /// An image URL. /// /// The image URL. public readonly record struct ImageURL(string URL);