Fixed visibility of user prompt

This commit is contained in:
Thorsten Sommer 2026-04-16 14:25:57 +02:00
parent fb868753d3
commit 79da608ae2
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -137,7 +137,8 @@ public partial class AssistantTranslation : AssistantBaseCore<SettingsDialogTran
<TRANSLATION_DELIMITERS>
{this.inputText}
</TRANSLATION_DELIMITERS>
""");
""",
hideContentFromUser: true);
await this.AddAIResponseAsync(time);
}