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 @@ -602,7 +602,7 @@ def _set_output_data(
602602
603603def _sentry_patched_create_sync (f : "Any" , * args : "Any" , ** kwargs : "Any" ) -> "Any" :
604604 """
605- Creates an AI Client Span for both non-streaming and streaming calls.
605+ Creates and manages an AI Client Span for both non-streaming and streaming calls.
606606 """
607607 integration = kwargs .pop ("integration" )
608608 if integration is None :
@@ -690,7 +690,7 @@ async def _sentry_patched_create_async(
690690 f : "Any" , * args : "Any" , ** kwargs : "Any"
691691) -> "Any" :
692692 """
693- Creates an AI Client Span for both non-streaming and streaming calls.
693+ Creates and manages an AI Client Span for both non-streaming and streaming calls.
694694 """
695695 integration = kwargs .pop ("integration" )
696696 if integration is None :
You can’t perform that action at this time.
0 commit comments