Expand friendship parsing guardrails

This commit is contained in:
Jacob Dubin
2026-05-21 11:53:40 -05:00
parent 40deecf2ff
commit 4989889608
4 changed files with 43 additions and 3 deletions

View File

@@ -478,6 +478,8 @@ public sealed class JiboInteractionServiceTests
[InlineData("do you have friends", "robot_has_friends", "I believe I do have friends")]
[InlineData("are we friends", "robot_is_friends_with_user", "don't know what I'd do without you")]
[InlineData("are we best friends", "robot_best_friends", "best friends with anyone in my Loop")]
[InlineData("are you friends with Siri", "robot_has_friends", "I believe I do have friends")]
[InlineData("is Dr. Breazeal your best friend", "robot_best_friends", "best friends with anyone in my Loop")]
[InlineData("can you sing", "robot_can_sing", "sing")]
[InlineData("will you sing", "robot_can_sing", "sing")]
[InlineData("can you sing a christmas song", "robot_sing_christmas_song", "sing")]