Evaluate suggestions
suggest_nowDetect conversation signals like unfinished todos, repeated corrections, or promised follow-ups, then generate proactive suggestions when appropriate, respecting DND and budget.
Instructions
Evaluate whether a conversation excerpt deserves proactive suggestions (correction / followup / automation / skill / todo). Call when the conversation shows signals worth reminding: an unfinished todo, a repeated mistake the user corrected, a follow-up promised, or an automation opportunity. Core principle: silence is also a skill. At most 1 per call, session budget limits, none during do-not-disturb hours. Returns newly created suggestions (may be empty). trigger: session_end (default) / session_mid (realtime, strong signals only, max 1) / manual.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger | No | Trigger point: session_end=end of session (default) / session_mid=realtime (strong signals only) / manual | |
| messages | Yes | Conversation messages (chronological) | |
| sessionId | No | Session ID (for budget dedup) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |