meeting_prep_v3_load_user_context
Loads user profile, preferences, and seller data with validation and completeness scoring to prepare for meetings.
Instructions
V3: Loads user profile, preferences, and seller profile with validation and completeness scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_data | Yes | The full user context object including optional seller_profile. | {{user.context}} |
| user_email | Yes | Current user's email address. | {{_google_email}} |
| meeting_type | No | Type of meeting for goal suggestions. | general |
| custom_goals | No | Optional custom meeting goals. | |
| voice_profile | No | Voice/tone profile for the meeting prep. | professional |
| output_variable_name | Yes | Variable name to store user context with seller profile data. | user_context |