Expand mood small-talk intent routing

This commit is contained in:
Jacob Dubin
2026-05-21 12:54:51 -05:00
parent 303d8830b0
commit b75d9f7941
3 changed files with 16 additions and 2 deletions

View File

@@ -843,6 +843,9 @@ public sealed class JiboInteractionServiceTests
[Theory]
[InlineData("how are things")]
[InlineData("how is your day")]
[InlineData("how is it going")]
[InlineData("how are you feeling")]
[InlineData("how's everything")]
public async Task BuildDecisionAsync_MoodSmallTalk_RoutesThroughHowAreYouPath(string transcript)
{
var service = CreateService();