Skip to content

Commit

Permalink
Merge pull request langchain-ai#8 from langchain-ai/wfh/configure_name
Browse files Browse the repository at this point in the history
Name Customization FAQ
  • Loading branch information
hinthornw committed Aug 16, 2023
2 parents a03be18 + 25330ca commit b183741
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tracing/tracing-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ await chain.call(
groupId="client-language"
/>

### How do I customize the name of a run?

If you're using LangChain, the run name is set as the class name of the object being called. We do not currently support customizing the run name. If you want to filter or search by run name, consider using tags or metadata to accomplish this.

If you are logging using the LangSmith SDK or REST API directly, you can set the name of the run manually to be whatever you like.

### How do I use LangSmith in my AB Testing framework?

AB tests are a great way to compare the performance of different models or chains. Currently, this is best facilitated using [metadata](#how-do-i-add-metadata-to-runs) (though [tags](#how-do-i-add-tags-to-runs) also suffice).
Expand Down

0 comments on commit b183741

Please sign in to comment.