mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
Feat: Streaming Docs + Examples (#1912)
* feat: streaming examples + gen * feat: more examples * chore: gen again * feat: fastapi example * chore: gen * feat: callout * fix: typos * fix: whoops - how did this work? Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,7 @@ from hatchet_sdk.clients.listeners.run_event_listener import StepRunEventType
|
||||
|
||||
|
||||
async def main() -> None:
|
||||
# > Consume
|
||||
ref = await stream_task.aio_run_no_wait()
|
||||
|
||||
async for chunk in ref.stream():
|
||||
|
||||
Reference in New Issue
Block a user