We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45be44e commit cd33bb0Copy full SHA for cd33bb0
python/packages/ag-ui/agent_framework_ag_ui/_orchestrators.py
@@ -636,7 +636,7 @@ def _build_messages_snapshot(tool_message_id: str | None = None) -> MessagesSnap
636
context.update_thread_id(conv_id)
637
should_recreate_event_bridge = True
638
639
- if hasattr(update, "response_id") and update.response_id and update.response_id != context.run_id:
+ if update.response_id and update.response_id != context.run_id:
640
context.update_run_id(update.response_id)
641
642
0 commit comments