Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.autotrack_openai_calls() to automatically capture all OpenAI calls made with a specific client instance within a trace.
@langwatch.trace() decorator creates a parent trace, and autotrack_openai_calls() enables automatic tracking of all calls made with the specified client instance for the duration of that trace.
Related
- Capturing RAG - Learn how to capture RAG data from retrievers and tools
- Capturing Metadata and Attributes - Add custom metadata and attributes to your traces and spans
- Capturing Evaluations & Guardrails - Log evaluations and implement guardrails in your OpenAI applications