Update sequential_workflow.md

pull/1081/head
Aksh Parekh 2 months ago committed by GitHub
parent a164bf89fc
commit 67fd9f1eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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. 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` ## `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`. - The function should accept a single string parameter (the token) and return None. Defaults to `None`.

Loading…
Cancel
Save