detect_patterns
Analyze observations of an entity type to identify recurring token-based patterns, helping uncover common structures or behaviors.
Instructions
Detect recurring token-based patterns across observations of a given entity type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | Yes | Entity type to analyze for patterns | |
| minOccurrences | No | Minimum occurrences to qualify as a pattern (default: 3) |