mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-08-04 09:48:57 +00:00
f474d8fe82
- Added a new Response constructor overload for simpler instantiation with conversationId, streamState, and optional tokenUsageResponse. - Updated AddAIAgent registrations for "ReformulationAgent" and "RagAgent" to set Id to the lower-cased key. - Modified VectorSearchService to use the new Response constructor, omitting now-optional parameters. - Enhanced ContextProvider: TextSearchResult now includes a RawRepresentation property with chunk metadata (Id, DocumentId, PageNumber, IndexOnPage, Content).