Refactor of visual programming page to fully match the CB's program schema. Includes overhaul of UI elements for plan creation. #38

Merged
9828273 merged 23 commits from refactor/nodes-match-functionality into demo 2026-01-07 15:19:47 +00:00
Showing only changes of commit 46c2e0ede6 - Show all commits

View File

@@ -7,6 +7,6 @@ import type { BasicBeliefNodeData } from "./BasicBeliefNode";
export const BasicBeliefNodeDefaults: BasicBeliefNodeData = { export const BasicBeliefNodeDefaults: BasicBeliefNodeData = {
label: "Belief", label: "Belief",
droppable: true, droppable: true,
belief: {type: "keyword", id: "help", value: "help", label: "Keyword said:"}, belief: {type: "keyword", id: "", value: "", label: "Keyword said:"},
hasReduce: true, hasReduce: true,
}; };