mirror of
https://github.com/azaion/annotations.git
synced 2026-06-22 03:11:05 +00:00
Errors sending to UI
notifying client of AI model conversion
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Common.Events;
|
||||
|
||||
public class LoadErrorEvent(string error) : INotification
|
||||
{
|
||||
public string Error { get; set; } = error;
|
||||
}
|
||||
Reference in New Issue
Block a user