From 67fd9f1eebf9e07ece5e3009341bd12824cd761b Mon Sep 17 00:00:00 2001 From: Aksh Parekh Date: Tue, 14 Oct 2025 17:42:15 -0700 Subject: [PATCH] Update sequential_workflow.md --- docs/swarms/structs/sequential_workflow.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/swarms/structs/sequential_workflow.md b/docs/swarms/structs/sequential_workflow.md index f59101a4..f5e3caa5 100644 --- a/docs/swarms/structs/sequential_workflow.md +++ b/docs/swarms/structs/sequential_workflow.md @@ -288,7 +288,6 @@ The SequentialWorkflow with sequential awareness represents a significant advanc The SequentialWorkflow now includes a powerful **streaming callback** feature that allows you to receive and process tokens in real-time as the workflow executes, helping you monitor execution progress from agents and create interactive chat applications/live demos. This enables real-time streaming of agent responses, making it ideal for interactive applications and live monitoring of workflow progress. -##**Parameter** ## `streaming_callback: Optional[Callable[[str, str, bool], None]] = None` - The function should accept a single string parameter (the token) and return None. Defaults to `None`.