feat: added tooltip and patched potential breaking point in mode toggle for the new node

ref: N25B-433
This commit is contained in:
JGerla
2026-01-14 13:57:58 +01:00
parent 33f520d310
commit f99ad7ad2e
2 changed files with 7 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ import InferredBeliefNode, {
InferredBeliefConnectionSource,
InferredBeliefDisconnectionTarget,
InferredBeliefDisconnectionSource,
InferredBeliefReduce
InferredBeliefReduce, InferredBeliefTooltip
} from "./nodes/InferredBeliefNode";
import { InferredBeliefNodeDefaults } from "./nodes/InferredBeliefNode.default";
import BasicBeliefNode, {
@@ -216,4 +216,5 @@ export const NodeTooltips = {
goal: GoalTooltip,
trigger: TriggerTooltip,
basic_belief: BasicBeliefTooltip,
inferred_belief: InferredBeliefTooltip,
}