minor change

This commit is contained in:
Jicheng Lu 2025-10-13 14:41:06 -05:00
parent 96262c35d2
commit 0d6127292b

View file

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