set_wake_pending
Manually set wake pending to block or allow message-triggered wakes, preventing duplicate triggers during agent work.
Instructions
Manually set wake pending state.
When pending=True, new messages will NOT trigger wake. When pending=False, new messages will trigger wake normally. Use this to prevent duplicate wakes while the agent is working.
Args: pending: True to block wakes, False to allow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending | Yes |