mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Add functionality to future_pto_calc, remove calendar_conflict step from goal
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
{
|
||||
"theCompany": {
|
||||
"weLove": "theCompany",
|
||||
"accrualPer": "month",
|
||||
"employees": [
|
||||
{
|
||||
"email": "josh.smith@temporal.io",
|
||||
"currentPTOHrs": 400,
|
||||
"accrualHrsRate": 8
|
||||
"hrsAddedPerMonth": 8
|
||||
},
|
||||
{
|
||||
"email": "laine.smith@awesome.com",
|
||||
"currentPTOHrs": 40,
|
||||
"accrualHrsRate": 12
|
||||
"hrsAddedPerMonth": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user