get_langsmith_traces
Retrieve LLM traces from LangSmith to analyze runtime behavior and detect drift against benchmarks. Specify days and limit to control the data fetched.
Instructions
Fetch LLM traces from LangSmith for runtime analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of data to fetch (default: 7) | |
| limit | No | Maximum number of traces to fetch (default: 1000) | |
| api_key | No | LangSmith API key (or set LANGSMITH_API_KEY env var) |