mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Data structure for image URL
This commit is contained in:
parent
3224cfb39c
commit
9f0c1dc410
7
app/MindWork AI Studio/Provider/ImageURL.cs
Normal file
7
app/MindWork AI Studio/Provider/ImageURL.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace AIStudio.Provider;
|
||||
|
||||
/// <summary>
|
||||
/// An image URL.
|
||||
/// </summary>
|
||||
/// <param name="url">The image URL.</param>
|
||||
public readonly record struct ImageURL(string url);
|
Loading…
Reference in New Issue
Block a user