mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-20 21:04:45 +08:00
Support custom channel assistant IDs via lead_agent (#1500)
* Support custom channel assistant IDs via lead agent * Normalize custom channel agent names
This commit is contained in:
@@ -567,7 +567,7 @@ checkpointer:
|
||||
#
|
||||
# # Optional: default mobile/session settings for all IM channels
|
||||
# session:
|
||||
# assistant_id: lead_agent
|
||||
# assistant_id: lead_agent # or a custom agent name; custom agents route via lead_agent + agent_name
|
||||
# config:
|
||||
# recursion_limit: 100
|
||||
# context:
|
||||
@@ -593,14 +593,14 @@ checkpointer:
|
||||
#
|
||||
# # Optional: channel-level session overrides
|
||||
# session:
|
||||
# assistant_id: mobile_agent
|
||||
# assistant_id: mobile-agent # custom agent names are supported here too
|
||||
# context:
|
||||
# thinking_enabled: false
|
||||
#
|
||||
# # Optional: per-user overrides by user_id
|
||||
# users:
|
||||
# "123456789":
|
||||
# assistant_id: vip_agent
|
||||
# assistant_id: vip-agent
|
||||
# config:
|
||||
# recursion_limit: 150
|
||||
# context:
|
||||
|
||||
Reference in New Issue
Block a user