mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 16:32:14 +00:00
making AssistantAuditResult.cs a record
This commit is contained in:
parent
96c2e8806f
commit
955a82e0c6
@ -3,7 +3,7 @@ namespace AIStudio.Agents.AssistantAudit;
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the normalized result returned by the assistant plugin security audit flow.
|
/// Represents the normalized result returned by the assistant plugin security audit flow.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class AssistantAuditResult
|
public sealed record AssistantAuditResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the serialized audit level returned by the model before callers normalize it to <see cref="AssistantAuditLevel"/>.
|
/// Gets the serialized audit level returned by the model before callers normalize it to <see cref="AssistantAuditLevel"/>.
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
@using AIStudio.Settings
|
|
||||||
@inherits SettingsDialogBase
|
|
||||||
|
|
||||||
<MudDialog>
|
|
||||||
</MudDialog>
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
using Microsoft.AspNetCore.Components;
|
|
||||||
|
|
||||||
namespace AIStudio.Dialogs.Settings;
|
|
||||||
|
|
||||||
public partial class SettingsDialogDynamic : SettingsDialogBase;
|
|
||||||
Loading…
Reference in New Issue
Block a user