mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 16:01:38 +00:00
Added a chat name
This commit is contained in:
parent
f497a9e0e7
commit
95c3c91469
@ -132,6 +132,7 @@ public partial class DocumentAnalysisAssistant : AssistantBaseCore<SettingsDialo
|
|||||||
|
|
||||||
return new ChatThread
|
return new ChatThread
|
||||||
{
|
{
|
||||||
|
Name = string.Format(T("{0} - Document Analysis Session"), this.selectedPolicy?.PolicyName ?? T("Empty")),
|
||||||
SystemPrompt = SystemPrompts.DEFAULT,
|
SystemPrompt = SystemPrompts.DEFAULT,
|
||||||
Blocks =
|
Blocks =
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user