Files
temporal-ai-agent/tools/data/employee_pto_data.json

27 lines
575 B
JSON

{
"theCompany": {
"weLove": "theCompany",
"employees": [
{
"email": "josh.smith@temporal.io",
"currentPTOHrs": 400,
"hrsAddedPerMonth": 8
},
{
"email": "laine@awesome.com",
"currentPTOHrs": 40,
"hrsAddedPerMonth": 12
},
{
"email": "steve.this.is.for.you@gmail.com",
"currentPTOHrs": 4000,
"hrsAddedPerMonth": 20
},
{
"email": "your_email_here@yourcompany.com",
"currentPTOHrs": 150,
"hrsAddedPerMonth": 19
}
]
}
}