From 06e9f8c170be8bb3dc18dddfc5e0e15b7ef6a142 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Feb 2025 15:02:43 +0100 Subject: [PATCH] Log the number of retrieval contexts --- .../Agents/AgentRetrievalContextValidation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs b/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs index ae1ec713..e996e2c7 100644 --- a/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs +++ b/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs @@ -153,6 +153,8 @@ public sealed class AgentRetrievalContextValidation (ILogger>(retrievalContexts.Count);