forked from feder-cr/Jobs_Applier_AI_Agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d8c19d
commit 9bb586f
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,6 +261,7 @@ Each section has specific fields to fill out: | |
- **country**: The country where you currently reside. | ||
- **city**: The city where you currently live. | ||
- **address**: Your full address, including street and number. | ||
- **zip_code**: Your postal/ZIP code. | ||
- **phone_prefix**: The international dialing code for your phone number (e.g., +1 for the USA, +44 for the UK). | ||
- **phone**: Your phone number without the international prefix. | ||
- **email**: Your primary email address. | ||
|
@@ -275,6 +276,7 @@ Each section has specific fields to fill out: | |
country: "USA" | ||
city: "New York" | ||
address: "123 Main St" | ||
zip_code: "520123" | ||
phone_prefix: "+1" | ||
phone: "5551234567" | ||
email: "[email protected]" | ||
|