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