Fixed reset button in document analysis assistant

This commit is contained in:
hart_s3 2026-07-22 11:13:25 +02:00
parent d564abf7d3
commit 080dd301d8
2 changed files with 3 additions and 0 deletions

View File

@ -654,6 +654,8 @@ public abstract partial class AssistantBase<TSettings> : AssistantLowerBase wher
await this.AssistantSessionService.ClearAsync(this.assistantSessionKey);
this.MediaTranscriptionService.ClearOwnerState(this.CurrentMediaImportOwner);
this.assistantSessionId = null;
this.ChatThread = null;
this.LastUserPrompt = null;
this.ResultingContentBlock = null;
this.ProviderSettings = Settings.Provider.NONE;

View File

@ -1 +1,2 @@
# v26.7.4, build 251 (2026-07-xx xx:xx UTC)
- Fixed reset button in document analysis assistant so that the previous result is cleared.