Polish news and personal report phrasing

This commit is contained in:
Jacob Dubin
2026-05-21 06:28:16 -05:00
parent eb509a66e0
commit bedb5d1715
6 changed files with 61 additions and 9 deletions

View File

@@ -4878,7 +4878,7 @@ public sealed class JiboWebSocketServiceTests
Assert.Contains("weather", stripped, StringComparison.OrdinalIgnoreCase);
Assert.Contains("calendar", stripped, StringComparison.OrdinalIgnoreCase);
Assert.Contains("news", stripped, StringComparison.OrdinalIgnoreCase);
Assert.True(stripped.Length < 500, $"Personal report speech was still too long: {stripped.Length} chars.");
Assert.True(stripped.Length < 600, $"Personal report speech was still too long: {stripped.Length} chars.");
}
[Fact]