mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-13 03:52:00 +00:00
refactor(teams): remove redundant delivery-mode branch
This commit is contained in:
parent
397f750bb4
commit
d36ccc29c9
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class TeamsSummaryWriter:
|
||||||
if merged.get("incoming_webhook_url"):
|
if merged.get("incoming_webhook_url"):
|
||||||
mode = "incoming_webhook"
|
mode = "incoming_webhook"
|
||||||
elif merged.get("chat_id") or (
|
elif merged.get("chat_id") or (
|
||||||
merged.get("team_id") and (merged.get("channel_id") or merged.get("chat_id"))
|
merged.get("team_id") and merged.get("channel_id")
|
||||||
):
|
):
|
||||||
mode = "graph"
|
mode = "graph"
|
||||||
if mode == "incoming_webhook":
|
if mode == "incoming_webhook":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue