You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"completion_conditions": map[string]any{"type": "array", "minItems": 1, "items": map[string]any{"type": "string"}, "description": "Conditions that must be true before final_review can pass."},
16
+
"title": stringProp("Short task title. Required for action=create."),
17
+
"goal": stringProp("Fixed task goal. Required for action=create."),
18
+
"completion_conditions": map[string]any{"type": "array", "minItems": 1, "items": map[string]any{"type": "string"}, "description": "Conditions that must be true before final_review can pass. Required for action=create."},
19
19
"step_id": stringProp("Task step id for a single-step checkpoint."),
20
20
"completed_step_ids": map[string]any{"type": "array", "minItems": 1, "maxItems": 12, "uniqueItems": true, "items": map[string]any{"type": "string"}, "description": "Task step ids to mark completed in one atomic batch checkpoint."},
21
21
"current_step_id": stringProp("Single task step id to mark in_progress in a batch checkpoint."),
0 commit comments