From f2ab6c03e8c95156eca2d10ac1b6a389b1d740f1 Mon Sep 17 00:00:00 2001 From: Laine Date: Tue, 18 Mar 2025 09:18:16 -0400 Subject: [PATCH] Remove sample conversation re: conflict checking --- tools/goal_registry.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tools/goal_registry.py b/tools/goal_registry.py index 6daa981..67b5cc0 100644 --- a/tools/goal_registry.py +++ b/tools/goal_registry.py @@ -213,13 +213,8 @@ goal_hr_schedule_pto = AgentGoal( "agent: Let's check if you'll have enough PTO accrued by Dec 1 of this year to accomodate that.", "user_confirmed_tool_run: " 'tool_result: {"enough_pto": True, "pto_hrs_remaining_after": 410}', - "agent: You do in fact have enough PTO to accommodate that, and will have 410 hours remaining after you come back. Do you want to check calendars for conflicts? If so, please provide one of the following: self, team, or both " - "user: both ", - "agent: Okay, checking both calendars for conflicts ", - "user_confirmed_tool_run: ", - 'tool_result: { "calendar": "self", "title": "Meeting with Karen", "date": "2025-12-02", "time": "10:00AM"}', - "agent: On your calendar, you have a conflict: Meeting with Karen at 10AM Dec 2, 2025. Do you want to book the PTO?" - "user: yes " + "agent: You do in fact have enough PTO to accommodate that, and will have 410 hours remaining after you come back. Do you want to book the PTO? ", + "user: yes ", "user_confirmed_tool_run: ", 'tool_result: { "status": "success" }', "agent: PTO successfully booked! ",