Type alias PlanActionType

PlanActionType: "tool_call" | "reasoning" | "information_gathering" | "subgoal" | "synthesis" | "validation" | "human_input" | "checkpoint"

Types of actions that can appear in a plan.