Streaming
To stream the output, yield anIterator[RunResponse]
from the run()
method of your workflow.
news_report_generator.py
Batch
Simply return aRunResponse
object from the run()
method of your workflow to return a single output.
news_report_generator.py