mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-16 18:16:12 +00:00
Expand mood small-talk intent routing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user