mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 18:57:09 +08:00
Merge branch 'cascade-bg-scaled' into cascade-bg-observability
This commit is contained in:
@ -658,7 +658,7 @@ async def _stream_event_frames(
|
||||
# side-channel ``CustomEvent``; emitted only when the wire protocol is
|
||||
# AG-UI. A follow-up retires this once chat-view consumes AG-UI primitives.
|
||||
emit_side_channel = adapter.name == "agui"
|
||||
side_channel_events = frozenset({"add_message", "token", "remove_message", "error"})
|
||||
side_channel_events = frozenset({"add_message", "token", "remove_message", "error", "end"})
|
||||
|
||||
seq = 0
|
||||
run_task = asyncio.create_task(drive())
|
||||
|
||||
Reference in New Issue
Block a user