mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Add source mocked data file, make current_pto tool functional, rename future_pto to future_pto_calc
This commit is contained in:
18
tools/data/employee_pto_data.json
Normal file
18
tools/data/employee_pto_data.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"theCompany": {
|
||||
"weLove": "theCompany",
|
||||
"accrualPer": "month",
|
||||
"employees": [
|
||||
{
|
||||
"email": "josh.smith@temporal.io",
|
||||
"currentPTOHrs": 400,
|
||||
"accrualHrsRate": 8
|
||||
},
|
||||
{
|
||||
"email": "laine.smith@awesome.com",
|
||||
"currentPTOHrs": 40,
|
||||
"accrualHrsRate": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user