import "./index.css"; interface PlanProps { toolCallId: string; executedPlans: string[]; rejectedPlans: string[]; remainingPlans: string[]; } export default function Plan(props: PlanProps) { return (
{index + 1}. {step}
{step}