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