abstract_variants
Abstract trace variants from an event log, listing each variant's frequency and optional performance metrics, automatically ranked by frequency and truncated to a maximum character length.
Instructions
Trace variants + frequencies + (optionally) per-variant performance.
Wraps log_to_variants_descr.apply. Variants are auto-ranked by
frequency internally; truncation happens when the combined description
hits max_len characters — not via a top_k parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes | ||
| max_len | No | ||
| include_performance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||