From c61938383b6ff9018977aff3034b293307947a6a Mon Sep 17 00:00:00 2001 From: PeterZhong Date: Sun, 8 Jun 2025 14:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DPrompt=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/Gateway.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host/Gateway.cs b/host/Gateway.cs index 78889e8..5b59879 100644 --- a/host/Gateway.cs +++ b/host/Gateway.cs @@ -586,7 +586,8 @@ public class Gateway status = "success", content = "成功调用提示词:"+promptRequest.PromptName, id = (timestamp+1).ToString(), - result = "成功调用提示词:"+promptRequest.PromptName + result = "成功调用提示词:"+promptRequest.PromptName, + role = "user" }; Application.Current.Dispatcher.Invoke(() => {