Clear goal
clear_goalEnd a goal session by marking it as completed when the condition is met, or abandon it otherwise.
Instructions
End a goal session. Pass completed=true when the goal was verifiably met (used by the self-check fallback); otherwise the session is abandoned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session identifier returned by set_goal. | |
| completed | No | True when the goal condition was verifiably met. |