feature: NEWS2 Composite Scoring Engine
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public interface INews2Service
|
||||
{
|
||||
Task<News2Score?> GetCurrentAsync(Guid encounterId);
|
||||
Task<CursorPage<News2Score>> GetHistoryAsync(
|
||||
Guid encounterId, int limit, string? cursorToken);
|
||||
}
|
||||
Reference in New Issue
Block a user