mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 12:14:22 +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>
|
||||
/// Represents the normalized result returned by the assistant plugin security audit flow.
|
||||
/// </summary>
|
||||
public sealed class AssistantAuditResult
|
||||
public sealed record AssistantAuditResult
|
||||
{
|
||||
/// <summary>
|
||||
/// 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