chore: fix supported emotions

This commit is contained in:
Twirre Meulenbelt
2026-01-27 17:19:29 +01:00
parent 129ee73613
commit e59a8e5a4d

View File

@@ -113,9 +113,7 @@ export default function BasicBeliefNode(props: NodeProps<BasicBeliefNode>) {
updateNodeData(props.id, {...data, belief: {...data.belief, description: value}}); updateNodeData(props.id, {...data, belief: {...data.belief, description: value}});
} }
// Use this const emotionOptions = ["sad", "angry", "surprise", "fear", "happy", "disgust", "neutral"];
const emotionOptions = ["Happy", "Angry", "Sad", "Cheerful"]
let placeholder = "" let placeholder = ""
let wrapping = "" let wrapping = ""