save_profile
Saves setup answers into a user profile for reuse across applications. Converts values to proper types, expands file paths, clears empty fields, and warns about rejected answers.
Instructions
Store setup answers in the user's profile file.
answers maps field keys to values. Booleans accept yes/no, numbers are
read leniently ("150k", "$150,000" and "150000" all mean 150000), paths
are expanded to absolute. Empty values clear a field.
Check warnings in the reply: anything listed there was rejected and is
not stored, so it must be re-asked rather than assumed. unknown_keys
lists keys that are stored but not part of the spec, which usually means
a typo in a key name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |