File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
python/langsmith/wrappers Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -348,10 +348,10 @@ def wrap_openai(
348348 """Patch the OpenAI client to make it traceable.
349349
350350 Supports:
351- - Chat and Responses API's
352- - Sync and async clients
353- - create() and parse() methods
354- - with and without streaming
351+ - Chat and Responses API's
352+ - Sync and async OpenAI clients
353+ - create() and parse() methods
354+ - with and without streaming
355355
356356 Args:
357357 client (Union[OpenAI, AsyncOpenAI]): The client to patch.
@@ -395,10 +395,9 @@ def wrap_openai(
395395 )
396396 print(response.output_text)
397397
398- .. versionchanged:: 0.3.15
398+ .. versionchanged:: 0.3.16
399399
400400 Support for Responses API added.
401-
402401 """ # noqa: E501
403402 tracing_extra = tracing_extra or {}
404403
You can’t perform that action at this time.
0 commit comments