meeting_followup_generate_coaching
Generate personalized coaching insights from meeting transcripts, identifying strengths, improvements, and strategic recommendations to enhance performance.
Instructions
Generates personalized coaching insights including strengths, improvements, and strategic recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript_analysis | Yes | The analysis from Analyze Transcript action. | {{transcript_analysis}} |
| user_context | No | User context from Load Followup Context action. | {{followup_context}} |
| user_context_data | No | Raw user.context data as fallback for role inference. | {{user.context}} |
| model | No | Model for coaching generation. | gpt-5 |
| output_variable_name | Yes | Variable name to store coaching insights. | coaching_insights |