Public Access
fix: encode spaces in summary image links
PR and Push Build/Test / build-and-test (push) Successful in 11m2s
PR and Push Build/Test / build-and-test (push) Successful in 11m2s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user