2
Simplest: Identify OpenAI calls
The easiest way to get started adding tags is to send them when doing your OpenAI API calls.If you’re using LangChain, you can similarly pass the tags on any LangChain object.
3
Advanced: Inject tag into context
You can also inject tags into the context of your code. This is useful if you want to tag all the queries that are related to a specific feature or a specific company.