meeting_followup_load_followup_context
Loads user context by identifying role and goals from profile data, inferring them when not explicitly provided. Stores the context for follow-up actions.
Instructions
Loads user context including role classification and goals. Can infer role/goals from user.context via LLM if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary_role | No | User's role (e.g., SDR, AE, CSM, Solutions Engineer). If empty, will be inferred from user context. | {{primary_role}} |
| goals | No | User's coaching/improvement goals. If empty, will be inferred from role. | {{goals}} |
| user_context_data | No | User profile data for role/goals inference when not explicitly provided. Usually {{user.context}}. | {{user.context}} |
| user_email | No | User's email address for identification. | {{_google_email}} |
| output_variable_name | Yes | Variable name to store the user context. | followup_context |