mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 15:44:12 +00:00
Fixed visibility of user prompt
This commit is contained in:
parent
fb868753d3
commit
79da608ae2
@ -137,7 +137,8 @@ public partial class AssistantTranslation : AssistantBaseCore<SettingsDialogTran
|
||||
<TRANSLATION_DELIMITERS>
|
||||
{this.inputText}
|
||||
</TRANSLATION_DELIMITERS>
|
||||
""");
|
||||
""",
|
||||
hideContentFromUser: true);
|
||||
|
||||
await this.AddAIResponseAsync(time);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user