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 });