Fixed ISecretId implementation

This commit is contained in:
Thorsten Sommer 2026-01-10 14:31:43 +01:00
parent 67e1050c55
commit 87db259893
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ public partial class EmbeddingProviderDialog : MSGComponentBase, ISecretId
#region Implementation of ISecretId
public string SecretId => this.DataId;
public string SecretId => this.DataLLMProvider.ToName();
public string SecretName => this.DataName;

View File

@ -205,7 +205,7 @@ public partial class TranscriptionProviderDialog : MSGComponentBase, ISecretId
#region Implementation of ISecretId
public string SecretId => this.DataId;
public string SecretId => this.DataLLMProvider.ToName();
public string SecretName => this.DataName;