chore: correct reducing
This commit is contained in:
@@ -27,7 +27,6 @@ export type ActionTypes = "speech" | "gesture" | "llm";
|
||||
export function PlanReduce(plan?: Plan) {
|
||||
if (!plan) return ""
|
||||
return {
|
||||
name: plan.name,
|
||||
id: plan.id,
|
||||
steps: plan.steps.map((x) => StepReduce(x))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user