Set follow-up
set_follow_upSet a dated follow-up about an object in the user's graph — 'follow up with Jane in March'. Creates a follow-up fact carrying follow_up_at (ISO 8601, usually in the future) and an optional note, connected to the object it's about. Interim shape: there is no dated query tool yet, so to read follow-ups back ('what's due this week?'), list the user's fact objects and filter on json_data.follow_up_at yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional reminder text. | |
| when | Yes | When to follow up (ISO 8601). | |
| about_object_id | Yes | What the follow-up is about (exact object_id). |