save_patterns
Store extracted research patterns to a specified project directory for synthetic user profile analysis.
Instructions
Save extracted research patterns to the project.
Accepts the patterns as a JSON string. The patterns should follow the structure provided by the get_research_prompt output.
Args: project_path: Absolute path to the project directory. patterns: JSON string with the analysis results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| patterns | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |