mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +00:00
Added data structure for models
This commit is contained in:
parent
bbb9d883a1
commit
36fb450fad
7
app/MindWork AI Studio/Provider/Model.cs
Normal file
7
app/MindWork AI Studio/Provider/Model.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace AIStudio.Provider;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The data model for the model to use.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="Id">The model's ID.</param>
|
||||||
|
public readonly record struct Model(string Id);
|
Loading…
Reference in New Issue
Block a user