```
Remove stream cancellation logic and refactor controller usage Update coverage reports and tests to reflect changes ```
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ export class ChatView extends ItemView {
|
||||
}
|
||||
|
||||
onClose(): Promise<void> {
|
||||
this.ollamaClient.cancelStream();
|
||||
// Removed cancelStream call as we now use local controllers
|
||||
this.removeEventListeners();
|
||||
this.cleanupStreamingResources();
|
||||
this.lastMessageEl = null;
|
||||
|
||||
Reference in New Issue
Block a user