@@ -206,7 +206,7 @@ def stream_events(
206206 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
207207 ) -> Stream [object ]:
208208 """
209- Stream events for a task by its unique ID.
209+ Stream message updates for a task by its unique ID.
210210
211211 Args:
212212 extra_headers: Send extra headers
@@ -241,7 +241,7 @@ def stream_events_by_name(
241241 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
242242 ) -> Stream [object ]:
243243 """
244- Stream events for a task by its unique name.
244+ Stream message updates for a task by its unique name.
245245
246246 Args:
247247 extra_headers: Send extra headers
@@ -448,7 +448,7 @@ async def stream_events(
448448 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
449449 ) -> AsyncStream [object ]:
450450 """
451- Stream events for a task by its unique ID.
451+ Stream message updates for a task by its unique ID.
452452
453453 Args:
454454 extra_headers: Send extra headers
@@ -483,7 +483,7 @@ async def stream_events_by_name(
483483 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
484484 ) -> AsyncStream [object ]:
485485 """
486- Stream events for a task by its unique name.
486+ Stream message updates for a task by its unique name.
487487
488488 Args:
489489 extra_headers: Send extra headers
0 commit comments