You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate_node prints the confidence but does not write it into state.
The validator prompt refers to confidence, but no value is available there.
Impact
Dead schema field that pretends to influence behaviour but doesn't.
Misleads future maintainers into thinking confidence-gating is in place.
Required Fix
Either propagate confidence through state and actually use it in the routing logic, or remove the field from the Pydantic schema and the prompt entirely.
Problem
GeneratedAnswerhas aconfidence: floatfield.generate_nodeprints the confidence but does not write it into state.Impact
Required Fix
confidencethrough state and actually use it in the routing logic, or remove the field from the Pydantic schema and the prompt entirely.