From 20da9632cc21f0dee02459d4c137eeb8a08b336e Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Wed, 15 Oct 2025 19:52:58 -0500 Subject: [PATCH] minor change --- .../BotSharp.Core/Instructs/Services/InstructService.Execute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs b/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs index 59a57c1c..c22eca18 100644 --- a/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs +++ b/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs @@ -184,7 +184,7 @@ public partial class InstructService if (codeProcessor == null) { #if DEBUG - _logger.LogWarning($"No code interpreter found. (Agent: {agent.Id}, Code interpreter: {codeProvider})"); + _logger.LogWarning($"No code processor found. (Agent: {agent.Id}, Code processor: {codeProvider})"); #endif return response; }