From bc4c4d1ecf3c74beecf4668b96c2204386cf3904 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 19 Feb 2025 11:35:57 +0100 Subject: [PATCH] Fixed method naming --- .../Agents/AgentRetrievalContextValidation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs b/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs index 53875f13..a75dc201 100644 --- a/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs +++ b/app/MindWork AI Studio/Agents/AgentRetrievalContextValidation.cs @@ -121,7 +121,7 @@ public sealed class AgentRetrievalContextValidation (ILogger ValidateDataSampleAsync(IProvider provider, IContent lastPrompt, ChatThread chatThread, IRetrievalContext dataContext, CancellationToken token = default) + public async Task ValidateRetrievalContextAsync(IProvider provider, IContent lastPrompt, ChatThread chatThread, IRetrievalContext dataContext, CancellationToken token = default) { // // 1. Which LLM provider should the agent use?