mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Fixed warnings in comments
This commit is contained in:
parent
5d7bd557b5
commit
1b901f3f8d
@ -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; }
|
||||||
|
|||||||
@ -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; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user