Refactor of visual programming page to fully match the CB's program schema. Includes overhaul of UI elements for plan creation. #38
@@ -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,
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user