task_pages__timeline__interval_membership_count¶
Identity¶
- Domain:
pages - Scene id:
timeline - Source scene:
timeline - Task id:
task_pages__timeline__interval_membership_count
Program Contract¶
- Program schema:
timeline_interval_membership_count(reference_event_pair, interval_relation) -> event_count; scene=timeline; scope=interval_membership_count - Scene:
timeline - Scope: one rendered milestone timeline with dated event cards and two highlighted reference events.
- Supported
query_idvalues:between_reference_events_count,outside_reference_interval_count - Answer schema:
integer - Annotation schema:
bbox_set - Annotation roles: unordered event-card boxes for every counted event; empty set is valid for zero-count samples.
- Query arguments:
interval_relation=between|outside. - Render arguments: month/year, event count, scene variant, style variant, accent color, render dimensions, and post-render noise.
Reasoning Operations¶
Families: filtering, counting, comparison, logical_composition
Prompt + Trace¶
- Prompt bundle:
pages_timeline_v1 - Scene key:
milestone_timeline - Task key:
timeline_milestone_query - Prompt query keys:
between_reference_events_count,outside_reference_interval_count - Trace records selected
query_id,interval_relation, event order, dates, reference event ids, answer event ids, event-card bboxes, style metadata, and projected annotation. - Generation is deterministic from
instance_seed; answer and annotation come from the finalized render metadata.