Merge remote-tracking branch 'origin/demo' into feat/monitoringpage

This commit is contained in:
Storm
2026-01-13 12:39:25 +01:00
16 changed files with 332 additions and 28 deletions

View File

@@ -39,6 +39,10 @@ type Emotion = { type: "emotion", id: string, value: string, label: "Emotion rec
export type BasicBeliefNode = Node<BasicBeliefNodeData>
// update the tooltip to reflect newly added connection options for a belief
export const BasicBeliefTooltip = `
A belief describes a condition that must be met
in order for a connected norm to be activated`;
/**
* This function is called whenever a connection is made with this node type as the target