get_helicone_events
Fetch LLM runtime events from Helicone to detect drift between code and runtime behavior.
Instructions
Fetch LLM runtime events from Helicone for drift detection analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of data to fetch (default: 7) | |
| limit | No | Maximum number of events to fetch (default: 1000) | |
| api_key | No | Helicone API key (or set HELICONE_API_KEY env var) |