using NexusReader.Application.Abstractions.Messaging; namespace NexusReader.Application.Queries.Graph; /// Chapter or page content to extract the graph from. /// Tenant scope for knowledge extraction and caching. public record GetKnowledgeGraphQuery(string Text, string TenantId) : IQuery;