meeting_prep_v3_generate_meeting_sections
Generate seven meeting preparation sections in parallel using tiered AI models, integrating seller profile and cross-meeting context for personalized outcomes.
Instructions
V3: Generates 7 meeting prep sections in parallel with seller profile integration. Uses tiered models and conditional prompt injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processed_research | Yes | The processed contact research results. | {{processed_research}} |
| target_company_identity | Yes | Target company information. | {{prepared_contacts.target_company}} |
| meeting_classification | Yes | The meeting classification result. | {{meeting_classification}} |
| topic_signals | No | Topic signals from classification. | {{meeting_classification.topic_signals}} |
| meeting_relationships | No | Relationship analysis results. | {{meeting_relationships}} |
| processed_gcal_event | Yes | The processed calendar event data. | {{processed_gcal_event}} |
| user_context | No | User context for personalization. | {{user_context}} |
| seller_profile | No | Seller profile from LoadUserContext: {has_seller_profile, seller_profile}. Sections adapt when available. | |
| sections_to_generate | No | V3: overview, attendees, company, situation, segues, questions, next_step. V2: overview, attendees, company, strategy, goals. | ["overview", "attendees", "company", "situation", "segues", "questions", "next_step"] |
| use_v4_sections | No | When enabled, generates V3 sections (situation, segues, questions, next_step) instead of V2 (strategy, goals). | |
| fast_model | No | Model for simpler sections (overview, company, questions, next_step). | gpt-5-mini |
| quality_model | No | Model for complex sections (attendees, situation, segues). | gpt-5 |
| meeting_memories_answer | No | Optional. LLM response from Query Meeting Memories action providing cross-meeting context from prior meetings in this series. | {{meeting_memories_answer.llm_response}} |
| output_variable_name | Yes | Variable name to store generated sections. | meeting_sections |