mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
suppress channel notifications for ui background tasks
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user