AI-Studio/app/MindWork AI Studio/Tools/Databases/IndexStore/PermanentIndexingFailure.cs
Paul Koudelka c7b42bee96
Added local RAG (#756)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-09-09 18:43:37 +02:00

3 lines
232 B
C#

namespace AIStudio.Tools.Databases.IndexStore;
public sealed record PermanentIndexingFailure(string ParentFileId, string AbsolutePath, string Fingerprint, FileExtractionErrorCode Code, string Message, DateTimeOffset OccurredAtUtc);