Add meeting inactivity safeguards
PR and Push Build/Test / build-and-test (push) Failing after 14m53s

This commit is contained in:
2026-06-03 08:30:15 +02:00
parent efe7c4ba0a
commit edade8ab62
21 changed files with 532 additions and 275 deletions
@@ -34,6 +34,9 @@ public sealed class MeetingSummaryInstructionBuilderTests
Assert.Contains("oneliner", instructions);
Assert.Contains("very short", instructions);
Assert.Contains("conciseness is more important", instructions);
Assert.Contains("generated default title", instructions);
Assert.Contains("purpose of the meeting is clear", instructions);
Assert.Contains("title parameter", instructions);
}
[Fact]