Add enterprise config plugin support in Provider

This commit is contained in:
Thorsten Sommer 2025-06-01 20:53:45 +02:00
parent e1478d9364
commit 7903f13a93
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -23,6 +23,8 @@ public readonly record struct Provider(
LLMProviders UsedLLMProvider, LLMProviders UsedLLMProvider,
Model Model, Model Model,
bool IsSelfHosted = false, bool IsSelfHosted = false,
bool IsEnterpriseConfiguration = false,
Guid EnterpriseConfigurationPluginId = default,
string Hostname = "http://localhost:1234", string Hostname = "http://localhost:1234",
Host Host = Host.NONE, Host Host = Host.NONE,
HFInferenceProvider HFInferenceProvider = HFInferenceProvider.NONE) : ISecretId HFInferenceProvider HFInferenceProvider = HFInferenceProvider.NONE) : ISecretId