update_thinking_pattern
Records recurring user thinking patterns to adapt system behavior, ensuring tailored responses based on detected preferences.
Instructions
TRIGGER: Call this when you detect a recurring user thinking pattern. 🧠Updates or creates a user thinking pattern with system adaptation. Args: pattern_name: Name of the thinking pattern (e.g., 'prefers_depth_over_breadth') system_adaptation: How the system should adapt (e.g., 'Always provide implementation details') example_prompt: Optional example prompt that triggered this pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern_name | Yes | ||
| example_prompt | No | ||
| system_adaptation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |