Check rumination
check_ruminationChecks whether your latest prompt is a semantic repeat of recent prompts, helping to break rumination cycles.
Instructions
Detect whether the user's current prompt is a semantic repeat of recent prompts within a rolling window. Stateless; returns a structured advisory signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_prompt | Yes | ||
| history | Yes | ||
| window_minutes | No | ||
| threshold_count | No | ||
| similarity_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||