save_profile
Saves a generated synthetic user profile as both JSON and Markdown files for machine and human consumption in a specified project directory.
Instructions
Save a generated synthetic user profile.
Saves both a JSON file (for machine consumption) and a Markdown file (for human consumption). The profile must follow the 12-dimension schema provided by get_generate_prompt.
Args: project_path: Absolute path to the project directory. profile: JSON string with the 12-dimension profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| profile | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |