mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
Add in bare bones yet functional HR goal: goal_hr_schedule_pto
This commit is contained in:
9
tools/book_pto.py
Normal file
9
tools/book_pto.py
Normal file
@@ -0,0 +1,9 @@
|
||||
def book_pto(args: dict) -> dict:
|
||||
|
||||
email = args.get("email")
|
||||
start_date = args.get("start_date")
|
||||
end_date = args.get("end_date")
|
||||
|
||||
return {
|
||||
"status": "success"
|
||||
}
|
||||
Reference in New Issue
Block a user