mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 14:44:15 +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>
|
<TRANSLATION_DELIMITERS>
|
||||||
{this.inputText}
|
{this.inputText}
|
||||||
</TRANSLATION_DELIMITERS>
|
</TRANSLATION_DELIMITERS>
|
||||||
""");
|
""",
|
||||||
|
hideContentFromUser: true);
|
||||||
|
|
||||||
await this.AddAIResponseAsync(time);
|
await this.AddAIResponseAsync(time);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user