Fixed warnings in comments

This commit is contained in:
Thorsten Sommer 2026-08-15 11:14:52 +02:00
parent 5d7bd557b5
commit 1b901f3f8d
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public partial class EmbeddingProviderDialog : MSGComponentBase, ISecretId
/// <summary> /// <summary>
/// Whether this embedding provider is managed by an enterprise configuration plugin. When true, /// Whether this embedding provider is managed by an enterprise configuration plugin. When true,
/// every field except the API key is locked, matching <see cref="Settings.EmbeddingProvider.IsEnterpriseConfiguration"/>. /// every field except the API key is locked, matching Settings.EmbeddingProvider.IsEnterpriseConfiguration.
/// </summary> /// </summary>
[Parameter] [Parameter]
public bool IsEnterpriseConfiguration { get; set; } public bool IsEnterpriseConfiguration { get; set; }

View File

@ -71,7 +71,7 @@ public partial class TranscriptionProviderDialog : MSGComponentBase, ISecretId
/// <summary> /// <summary>
/// Whether this transcription provider is managed by an enterprise configuration plugin. When /// Whether this transcription provider is managed by an enterprise configuration plugin. When
/// true, every field except the API key is locked, matching <see cref="Settings.TranscriptionProvider.IsEnterpriseConfiguration"/>. /// true, every field except the API key is locked, matching Settings.TranscriptionProvider.IsEnterpriseConfiguration.
/// </summary> /// </summary>
[Parameter] [Parameter]
public bool IsEnterpriseConfiguration { get; set; } public bool IsEnterpriseConfiguration { get; set; }