File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ async def _wrap_asynchronous_message_iterator(
487487) -> "AsyncIterator[Union[RawMessageStreamEvent, MessageStreamEvent]]" :
488488 """
489489 Sets information received while iterating the response stream on the AI Client Span.
490- Responsible for closing the AI Client Span, unless the span has already been closed in the close() patch.
490+ Responsible for closing the AI Client Span unless the span has already been closed in the close() patch.
491491 """
492492 try :
493493 async for event in iterator :
@@ -851,7 +851,7 @@ def _wrap_async_close(
851851 f : "Callable[..., Awaitable[None]]" ,
852852) -> "Callable[..., Awaitable[None]]" :
853853 """
854- Closes the AI Client Span, unless the finally block in `_wrap_asynchronous_message_iterator()` runs first.
854+ Closes the AI Client Span unless the finally block in `_wrap_asynchronous_message_iterator()` runs first.
855855 """
856856
857857 async def close (self : "AsyncStream" ) -> None :
You can’t perform that action at this time.
0 commit comments