fix: encode spaces in summary image links
PR and Push Build/Test / build-and-test (push) Successful in 11m2s

This commit is contained in:
2026-07-15 14:55:25 +02:00
parent dc49bc3330
commit 89d81fa4c6
2 changed files with 2 additions and 1 deletions
@@ -24,6 +24,7 @@ public sealed class MeetingSummaryInstructionBuilderTests
Assert.Contains("You are the Meeting Assistant summary agent.", instructions);
Assert.Contains("include only the most relevant cropped screenshots", instructions);
Assert.Contains("Do not include every cropped screenshot", instructions);
Assert.Contains("encode spaces in image-link targets as `%20`", instructions);
Assert.Contains("Use add_attendee and remove_attendee", instructions);
Assert.Contains("partial screenshot", instructions);
Assert.Contains("override_speaker", instructions);