mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +00:00
Added value for unknown type
This commit is contained in:
parent
3290c7c0b3
commit
0a2bb7af58
@ -6,6 +6,7 @@ namespace AIStudio.Tools.RAG;
|
||||
public enum RetrievalContentType
|
||||
{
|
||||
NOT_SPECIFIED,
|
||||
UNKNOWN,
|
||||
|
||||
//
|
||||
// Text Content:
|
||||
|
Loading…
Reference in New Issue
Block a user