meeting_prep_load_user_context
Loads user profile, voice preferences, and meeting goals to customize meeting preparation for specific meeting types.
Instructions
Loads user profile data, voice preferences, and meeting goals for personalization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_data | No | User profile data including name, email, LinkedIn profile. Usually {{user.context}}. | {{user.context}} |
| user_email | Yes | Current user's email address. | {{_google_email}} |
| meeting_type | No | Type of meeting for customized goals. | general |
| output_variable_name | Yes | Variable name to store user context. | user_context |