meeting_prep_summarize_internal_team
Summarizes internal team members attending a meeting and identifies the organizer using calendar event and attendee data.
Instructions
Generates a summary of internal team members attending the meeting, including organizer identification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processed_gcal_event | Yes | The processed calendar event data with organizer info. | {{processed_gcal_event}} |
| classified_attendees | Yes | The classified attendees with internal_attendees list. | {{classified_attendees}} |
| contact_research_results | No | Optional research results for team member profiles. | {{contact_research_results}} |
| user_email | Yes | Current user's email address. | {{_google_email}} |
| user_name | No | Current user's full name. | {{user.context.first_name}} {{user.context.last_name}} |
| use_llm | No | Enable to use LLM for more detailed summaries. Slower but provides richer context. | |
| output_variable_name | Yes | Variable name to store internal team summary. | internal_team_summary |