refactor(channels): resolve progress overrides at init-time like transcription

This commit is contained in:
chengyongru
2026-04-29 16:43:09 +08:00
committed by Xubin Ren
parent a0443e8f9e
commit 74270bb8a8
3 changed files with 56 additions and 70 deletions
+2
View File
@@ -26,6 +26,8 @@ class BaseChannel(ABC):
transcription_api_key: str = ""
transcription_api_base: str = ""
transcription_language: str | None = None
send_progress: bool = True
send_tool_hints: bool = False
def __init__(self, config: Any, bus: MessageBus):
"""