Skip to content

Commit 9b70173

Browse files
committed
bugfix
1 parent 8e4b4a9 commit 9b70173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/llmobs/_integrations/langgraph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _normalize_triggers(triggers, finished_tasks, next_task) -> List[str]:
145145
the one finished task.
146146
"""
147147
if len(finished_tasks) != 1 or len(triggers) != 1:
148-
return []
148+
return triggers
149149

150150
finished_task_name = list(finished_tasks.keys())[0]
151151
next_task_name = getattr(next_task, "name", "")

0 commit comments

Comments
 (0)