mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +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