@@ -232,7 +232,7 @@ def stream_events(
232232 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
233233 ) -> Stream [object ]:
234234 """
235- Stream message updates for a task by its unique ID.
235+ Stream events for a task by its unique ID.
236236
237237 Args:
238238 extra_headers: Send extra headers
@@ -267,7 +267,7 @@ def stream_events_by_name(
267267 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
268268 ) -> Stream [object ]:
269269 """
270- Stream message updates for a task by its unique name.
270+ Stream events for a task by its unique name.
271271
272272 Args:
273273 extra_headers: Send extra headers
@@ -497,7 +497,7 @@ async def stream_events(
497497 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
498498 ) -> AsyncStream [object ]:
499499 """
500- Stream message updates for a task by its unique ID.
500+ Stream events for a task by its unique ID.
501501
502502 Args:
503503 extra_headers: Send extra headers
@@ -532,7 +532,7 @@ async def stream_events_by_name(
532532 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
533533 ) -> AsyncStream [object ]:
534534 """
535- Stream message updates for a task by its unique name.
535+ Stream events for a task by its unique name.
536536
537537 Args:
538538 extra_headers: Send extra headers
0 commit comments