Check rumination
check_ruminationAnalyze your current prompt against recent history to identify semantic repetition. Receive a structured advisory signal to avoid 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 | |||