chore: added tests and removed restart phase

this version also has recursive goals functional
This commit is contained in:
Pim Hutting
2026-01-22 10:15:20 +01:00
parent 883f0a95a6
commit f73bbb9d02
7 changed files with 96 additions and 66 deletions

View File

@@ -112,8 +112,8 @@ export default function BasicBeliefNode(props: NodeProps<BasicBeliefNode>) {
updateNodeData(props.id, {...data, belief: {...data.belief, description: value}});
}
// These are the labels outputted by our emotion detection model
const emotionOptions = ["sad", "angry", "surprise", "fear", "happy", "disgust", "neutral"];
// Use this
const emotionOptions = ["Happy", "Angry", "Sad", "Cheerful"]
let placeholder = ""