fix: silence unroutable cli progress noise
This commit is contained in:
@@ -171,7 +171,7 @@ class ChannelManager:
|
||||
"""Return whether progress (or tool-hints) may be sent to *channel_name*."""
|
||||
ch = self.channels.get(channel_name)
|
||||
if ch is None:
|
||||
logger.warning("Progress check for unknown channel: {}", channel_name)
|
||||
logger.debug("Progress check for unknown channel: {}", channel_name)
|
||||
return False
|
||||
return ch.send_tool_hints if tool_hint else ch.send_progress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user