mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 03:21:37 +00:00
Formatting
This commit is contained in:
parent
e652eb8b92
commit
9c5de9f987
@ -436,9 +436,11 @@ public partial class MainLayout : LayoutComponentBase, IMessageBusReceiver, ILan
|
||||
|
||||
private sealed class AudioRecordingResult
|
||||
{
|
||||
public string Data { get; set; } = string.Empty;
|
||||
public string MimeType { get; set; } = string.Empty;
|
||||
public bool ChangedMimeType { get; set; }
|
||||
public string Data { get; init; } = string.Empty;
|
||||
|
||||
public string MimeType { get; init; } = string.Empty;
|
||||
|
||||
public bool ChangedMimeType { get; init; }
|
||||
}
|
||||
|
||||
#region Implementation of IDisposable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user