Fix db and fix endpoints
This commit is contained in:
@@ -27,4 +27,5 @@ public interface IAgentSummaryRepository
|
||||
SortableFields sortBy,
|
||||
string sortOrder,
|
||||
IEnumerable<string>? agentNames = null);
|
||||
Task<IEnumerable<AgentSummary>> GetAllAgentWithRunningBots();
|
||||
}
|
||||
Reference in New Issue
Block a user