feat: implement AI-driven text streaming and dynamic knowledge graph generation in AiAssistantBubble
This commit is contained in:
@@ -2,4 +2,6 @@ using NexusReader.Application.Abstractions.Messaging;
|
||||
|
||||
namespace NexusReader.Application.Queries.Graph;
|
||||
|
||||
public record GetKnowledgeGraphQuery : IQuery<GraphDataDto>;
|
||||
/// <param name="Text">Chapter or page content to extract the graph from.</param>
|
||||
public record GetKnowledgeGraphQuery(string Text) : IQuery<GraphDataDto>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user