mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-30 23:11:37 +00:00
Hide the content from the user in the text summarizer when it is sent to chat.
This commit is contained in:
parent
df3f6aa4c7
commit
3346f3218c
@ -138,7 +138,8 @@ public partial class AssistantTextSummarizer : AssistantBaseCore<SettingsDialogT
|
|||||||
```
|
```
|
||||||
{this.inputText}
|
{this.inputText}
|
||||||
```
|
```
|
||||||
""");
|
""",
|
||||||
|
hideContentFromUser: true);
|
||||||
|
|
||||||
await this.AddAIResponseAsync(time);
|
await this.AddAIResponseAsync(time);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user