Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contents/docs/llm-analytics/evaluations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ The auto-created report uses these defaults:
| --------------------- | ------------- | ------------------------------------------------------------ |
| **Frequency** | Count-based | Generates a report after a set number of evaluation runs |
| **Trigger threshold** | 100 | A report is generated every 100 new evaluation results |
| **Cooldown** | 60 minutes | Minimum time between count-triggered reports |
| **Cooldown** | 1 hour | Minimum hours between count-triggered reports (1–24 hours) |
| **Daily run cap** | 10 | Maximum report runs per day |
| **Enabled** | Yes | Reports start generating immediately |
| **Delivery targets** | None | Reports are viewable in the UI but no notifications are sent |
Expand All @@ -263,6 +263,7 @@ Reports are viewable directly in the evaluation's **Reports** tab without config
You can adjust the report configuration after creating an evaluation:

- Change the trigger threshold to generate reports more or less frequently
- Adjust the minimum hours between reports (1–24) to control how often count-triggered reports can fire
- Add email or Slack delivery targets to receive notifications when reports are generated
- Disable the report if you don't need automated summaries

Expand Down
Loading