Skip to content

Commit 0af18d3

Browse files
authored
docs: wrap_openai nit (#1590)
1 parent fc94632 commit 0af18d3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

python/langsmith/wrappers/_openai.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)