Update sequential_workflow.md

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

@ -288,7 +288,7 @@ 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
##**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`.

Loading…
Cancel
Save