mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 03:20:21 +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