generate_synthetic_identity
Create a unique synthetic first name, last name, and email for a new hire, using an ISO country code to match local naming conventions.
Instructions
Generate a fresh synthetic first name, last name, and email.
Use this to give the new hire its own identity instead of literally
duplicating the template worker's name. country should be an
ISO 3166-1 alpha-3 code (e.g. "USA", "GBR", "JPN") -- it's used to pick a
locale-appropriate name where supported, falling back to en_US otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes |