Files
temporal-ai-agent/tools/data/employee_pto_data.json
2025-03-19 15:28:20 -04:00

17 lines
313 B
JSON

{
"theCompany": {
"weLove": "theCompany",
"employees": [
{
"email": "josh.smith@temporal.io",
"currentPTOHrs": 400,
"hrsAddedPerMonth": 8
},
{
"email": "laine@awesome.com",
"currentPTOHrs": 40,
"hrsAddedPerMonth": 12
}
]
}
}