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