Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Feb 15, 2024
1 parent e8b37a7 commit a549371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ client.chat.completions.create(

Oftentimes, you use the OpenAI client inside of other functions.
You can get nested traces by using this wrapped client and decorating those functions with `@traceable`.
See [this documentation](faq/logging_and_viewing) for more documentation how to use this decorator
See [this documentation](https://docs.smith.langchain.com/tracing/faq/logging_and_viewing) for more documentation how to use this decorator

```python
from langsmith import traceable
Expand Down

0 comments on commit a549371

Please sign in to comment.