suppress channel notifications for ui background tasks

This commit is contained in:
jxxghp
2026-04-29 23:13:57 +08:00
parent 0b7505a604
commit 7ab643d34a
6 changed files with 133 additions and 2 deletions
+2
View File
@@ -227,6 +227,8 @@ class SearchChain(ChainBase):
session_prefix="__agent_search_recommend",
output_callback=on_output,
suppress_user_reply=True,
persist_output_message=False,
suppress_message_channel_dispatch=True,
)
return full_output[0].strip()