meeting_prep_assemble_meeting_document
Assembles meeting prep sections into a structured document for HTML rendering, integrating overview, attendees, company, strategy, goals, and calendar metadata.
Instructions
Combines all generated sections into a unified meeting prep document structure ready for HTML rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_overview | Yes | The overview section from Generate Meeting Sections. | {{meeting_sections.sections.overview}} |
| section_attendees | Yes | The attendees section from Generate Meeting Sections. | {{meeting_sections.sections.attendees}} |
| section_company | Yes | The company section from Generate Meeting Sections. | {{meeting_sections.sections.company}} |
| section_strategy | Yes | The strategy section from Generate Meeting Sections. | {{meeting_sections.sections.strategy}} |
| section_goals | Yes | The goals section from Generate Meeting Sections. | {{meeting_sections.sections.goals}} |
| processed_gcal_event | No | For extracting conference link and metadata. | {{processed_gcal_event}} |
| user_first_name | No | User's first name for personalization. | {{user.context.first_name}} |
| output_variable_name | Yes | Variable name to store assembled document. | assembled_document |