From 0d6127292ba367d1c72632437a726b4e4dff6af8 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Mon, 13 Oct 2025 14:41:06 -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 be162e6d..0e4484b7 100644 --- a/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs +++ b/src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs @@ -248,7 +248,7 @@ public partial class InstructService Provider = codeInterpreter.Provider, Model = string.Empty, TemplateName = scriptName, - UserMessage = string.Empty, + UserMessage = message.Content, SystemInstruction = string.Empty, CompletionText = response.Text });