mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 00:00:21 +00:00 
			
		
		
		
	Log the number of retrieval contexts
This commit is contained in:
		
							parent
							
								
									ce758d5ede
								
							
						
					
					
						commit
						06e9f8c170
					
				@ -153,6 +153,8 @@ public sealed class AgentRetrievalContextValidation (ILogger<AgentRetrievalConte
 | 
			
		||||
        if (!this.SettingsManager.ConfigurationData.AgentRetrievalContextValidation.EnableRetrievalContextValidation)
 | 
			
		||||
            return [];
 | 
			
		||||
        
 | 
			
		||||
        logger.LogInformation($"Validating {retrievalContexts.Count:###,###,###,###} retrieval contexts.");
 | 
			
		||||
        
 | 
			
		||||
        // Prepare the list of validation tasks:
 | 
			
		||||
        var validationTasks = new List<Task<RetrievalContextValidationResult>>(retrievalContexts.Count);
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user