Fixed method naming

This commit is contained in:
Thorsten Sommer 2025-02-19 11:35:57 +01:00
parent 68703270ff
commit bc4c4d1ecf
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -121,7 +121,7 @@ public sealed class AgentRetrievalContextValidation (ILogger<AgentRetrievalConte
#endregion #endregion
public async Task<RetrievalContextValidationResult> ValidateDataSampleAsync(IProvider provider, IContent lastPrompt, ChatThread chatThread, IRetrievalContext dataContext, CancellationToken token = default) public async Task<RetrievalContextValidationResult> ValidateRetrievalContextAsync(IProvider provider, IContent lastPrompt, ChatThread chatThread, IRetrievalContext dataContext, CancellationToken token = default)
{ {
// //
// 1. Which LLM provider should the agent use? // 1. Which LLM provider should the agent use?