generate_guide
Creates an AI-powered interview guide for a study section using the study's objectives and persona, returns the guide in markdown for review.
Instructions
Generate an AI-powered interview guide for a section using the study's objectives, target persona, and section configuration.
⚠️ PREREQUISITES: The study must have objectives and persona set, and the section must have a name and description. Call update_study_details and update_section first if these are not yet configured.
⏱️ This takes 30–90 seconds. Warn the user before calling.
After generation, present the guide to the user for review. If they request changes, use update_interview_guide — do NOT regenerate from scratch.
Returns: The full guide content in markdown format.
Args: study_id: The unique identifier of the study. section_id: The unique identifier of the section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes | ||
| section_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |