Added value for unknown type

This commit is contained in:
Thorsten Sommer 2025-02-10 12:50:20 +01:00
parent 3290c7c0b3
commit 0a2bb7af58
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -6,6 +6,7 @@ namespace AIStudio.Tools.RAG;
public enum RetrievalContentType public enum RetrievalContentType
{ {
NOT_SPECIFIED, NOT_SPECIFIED,
UNKNOWN,
// //
// Text Content: // Text Content: