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
system_prompt_text+="Use the find_person_in_users tool to find a person's userId and user details.\n"
140
139
iftool_enabled("find_details_of_current_user"):
141
140
system_prompt_text+="Use the find_details_of_current_user tool to find the current user's location.\n"
141
+
iftool_enabled("list_mails"):
142
+
system_prompt_text+="Always check for the mail account id before requesting a folder list.\n"
142
143
143
144
iftask['input'].get('memories', None) isnotNone:
144
145
system_prompt_text+="You can remember things from other conversations with the user. If relevant, take into account the following memories:\n\n"+"\n".join(task['input']['memories']) +"\n\n"
0 commit comments