Update documentation.

This commit is contained in:
2026-03-28 17:42:37 +05:30
parent 01662f7e0e
commit 79b120ff91
25 changed files with 109 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
"""APIClient - Agent AI chat sidebar panel (persistent, context-aware)."""
"""APIClient - Agent - AI chat sidebar panel (persistent, context-aware)."""
import re
from PyQt6.QtWidgets import (
@@ -124,7 +124,7 @@ class MessageBubble(QFrame):
self._text_lbl.setText(self._full_text)
def finalize(self):
"""Called when streaming ends strip apply blocks and render them."""
"""Called when streaming ends - strip apply blocks and render them."""
if self._finalized:
return
self._finalized = True