Expand persona follow-ups for identity and favorites

This commit is contained in:
Jacob Dubin
2026-05-14 21:39:17 -05:00
parent 8f7c118fb3
commit 40b5b8e4a8
4 changed files with 50 additions and 1 deletions

View File

@@ -3822,7 +3822,11 @@ public sealed class JiboInteractionService(
"what s my name",
"what's my name",
"who am i",
"do you remember my name");
"do you remember my name",
"do you know me",
"do you remember me",
"who is this",
"can you recognize me");
}
private static string? TryExtractNameFact(string transcript)