Public Access
710 B
710 B
Why
Screenshot OCR can identify visible meeting participants before the summary agent runs. When the model provides attendee names directly, Meeting Assistant should use that evidence immediately instead of waiting for later summary refinement.
What Changes
- Extend screenshot OCR metadata so the model can return a partial attendee list.
- Merge OCR-provided attendees into the meeting note without duplicates.
- Canonicalize attendee additions through speaker identity aliases before saving.
Impact
- Updates screenshot OCR prompt/default metadata shape.
- Updates OCR result parsing and screenshot OCR completion handling.
- Adds behavior tests for parsing attendees and updating meeting notes.