pub fn classify_user_feedback(next_user_message: &str) -> FeedbackSignalExpand description
Classify user feedback from the next message (simple keyword matching). ~80% accuracy is sufficient; evolution is gradual and tolerates noise.
pub fn classify_user_feedback(next_user_message: &str) -> FeedbackSignalClassify user feedback from the next message (simple keyword matching). ~80% accuracy is sufficient; evolution is gradual and tolerates noise.