mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:16:31 +00:00
update AI initializing
rework AIAvailabilityStatus events to mediatr
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Azaion.Common.DTO;
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Common.Services.Inference;
|
||||
|
||||
public class InferenceDataEvent(RemoteCommand command) : INotification
|
||||
{
|
||||
public RemoteCommand Command { get; set; } = command;
|
||||
}
|
||||
Reference in New Issue
Block a user