Public Access
1.3 KiB
1.3 KiB
Why
Attendees enter Meeting Assistant from several paths: calendar metadata, accepted recording prompts, workflow actions, screenshot OCR, speaker identity updates, and summarizer add-attendee tools. Today those paths can normalize display names, but they cannot apply local transformation rules such as trimming company suffixes, replacing aliases, or cleaning attendee strings consistently.
What Changes
- Add an
attendee_addedworkflow trigger that runs whenever Meeting Assistant adds an attendee to a meeting note. - Allow
attendee_addedtriggers to filter the added attendee with full equality, substring, or regex matching. - Expose
attendee.nameto workflow conditions and Razor templates. - Allow
set_propertyto updateattendee.nameduringattendee_addedevents, mirroring transcript-line transformation. - Apply attendee transformations to attendees added by metadata import, prompted-start metadata, workflow
add_attendee, screenshot OCR, and summary/workflow editor agent tools.
Impact
- Workflow engine, rules schema validation, and workflow documentation.
- Attendee write paths in recording metadata, screenshot OCR, summary tools, and workflow actions.
- Behavior tests for workflow transformation and representative attendee-add sources.