triage_logs
Cluster a window of log records by semantic similarity and rank clusters worst-first to prioritize incident triage.
Instructions
Cluster a window of log records by semantic similarity and rank the clusters for incident triage. Returns clusters worst-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a JSON-lines file of log records (alternative to 'records'). | |
| records | No | Inline log records. | |
| budget_ms | No | Override the p99 latency budget for this call. |