mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-14 19:21:36 +00:00
Fixed empty chat id
This commit is contained in:
parent
636f371739
commit
f84b307b5e
@ -132,6 +132,7 @@ public partial class DocumentAnalysisAssistant : AssistantBaseCore<SettingsDialo
|
|||||||
|
|
||||||
return new ChatThread
|
return new ChatThread
|
||||||
{
|
{
|
||||||
|
ChatId = Guid.NewGuid(),
|
||||||
Name = string.Format(T("{0} - Document Analysis Session"), this.selectedPolicy?.PolicyName ?? T("Empty")),
|
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