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

17 lines
319 B
JSON

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