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:
@@ -10,7 +10,6 @@ from .transfer_control import transfer_control
|
||||
|
||||
from .current_pto import current_pto
|
||||
from .book_pto import book_pto
|
||||
from .calendar_conflict import calendar_conflict
|
||||
from .future_pto_calc import future_pto_calc
|
||||
|
||||
|
||||
@@ -37,8 +36,6 @@ def get_handler(tool_name: str):
|
||||
return current_pto
|
||||
if tool_name == "BookPTO":
|
||||
return book_pto
|
||||
if tool_name == "CalendarConflict":
|
||||
return calendar_conflict
|
||||
if tool_name == "FuturePTOCalc":
|
||||
return future_pto_calc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user