feat: implement dynamic knowledge graph updates and state management services
This commit is contained in:
@@ -6,4 +6,5 @@ namespace NexusReader.Application.Abstractions.Services;
|
||||
public interface IKnowledgeService
|
||||
{
|
||||
Task<Result<KnowledgePacket>> GetKnowledgeAsync(string text, CancellationToken cancellationToken = default);
|
||||
Task<Result> ClearCacheAsync(CancellationToken cancellationToken = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user