修复Prompt卡片不显示问题
This commit is contained in:
parent
edab972b3e
commit
c61938383b
@ -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(() =>
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user