You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ex_app/lib/agent.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ async def call_model(
133
133
system_prompt_text+="Use the list_calendars tool to check which calendars exist.\nIf an item should be added to a list, check list_calendars for a fitting calendar and add the item as a task there.\n"
134
134
iftool_enabled("find_person_in_contacts"):
135
135
system_prompt_text+="Use the find_person_in_contacts tool to find a person's email address and location.\n"
136
+
iftool_enabled("find_person_in_users"):
137
+
system_prompt_text+="Use the find_person_in_users tool to find a person's userId and user details.\n"
136
138
iftool_enabled("find_details_of_current_user"):
137
139
system_prompt_text+="Use the find_details_of_current_user tool to find the current user's location.\n"
0 commit comments