This commit is contained in:
Thorsten Sommer 2024-05-19 16:06:48 +02:00
parent 3e1d171968
commit be0dc6766b
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -3,5 +3,5 @@ namespace AIStudio.Provider;
/// <summary>
/// An image URL.
/// </summary>
/// <param name="url">The image URL.</param>
public readonly record struct ImageURL(string url);
/// <param name="URL">The image URL.</param>
public readonly record struct ImageURL(string URL);