mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 20:09:06 +00:00
5 lines
151 B
C#
5 lines
151 B
C#
|
using AIStudio.Provider;
|
||
|
|
||
|
namespace AIStudio.Settings;
|
||
|
|
||
|
public readonly record struct Provider(string Id, string InstanceName, Providers UsedProvider);
|