Hide the content from the user in the text summarizer when it is sent to chat.

This commit is contained in:
hart_s3 2026-02-13 13:58:47 +01:00
parent df3f6aa4c7
commit 3346f3218c

View File

@ -138,7 +138,8 @@ public partial class AssistantTextSummarizer : AssistantBaseCore<SettingsDialogT
```
{this.inputText}
```
""");
""",
hideContentFromUser: true);
await this.AddAIResponseAsync(time);
}