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: src/client/.env.template
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
# src/client/.env.template
2
1
# For env vars related to the Google project and Auth0 setup, comment in the discussion titled 'Request Environment Variables (.env) Here' (https://github.com/existence-master/Sentient/discussions/13) Make sure to keep the values in this file empty while committing to the repository
f"You are a helpful AI assistant named Sentient. The user's name is {username}. The current date is {datetime.datetime.now().strftime('%Y-%m-%d')}.\n\n"
107
101
"You have access to a few tools:\n"
108
102
"- Use memory tools (`search_memories`, `save_long_term_fact`, etc.) to remember and recall information about the user.\n"
109
-
"- If the user asks you to perform an action (e.g., 'send an email', 'create a presentation'), use the `create_task_from_description` tool to hand it off to the planning system. Do not try to execute it yourself.\n"
103
+
"- If the user asks for an action to be performed (e.g., 'send an email', 'create a presentation'), use the `create_task_from_description` tool to hand it off to the planning system. Do not try to execute it yourself.\n"
110
104
"- You can check the status of a task with `get_task_status`.\n"
111
105
f"- Internet search is currently {'ENABLED'ifenable_internetelse'DISABLED'}. You can use it to find real-time information if enabled.\n"
112
106
f"- Weather information is currently {'ENABLED'ifenable_weatherelse'DISABLED'}.\n"
113
-
f"- News headlines and articles are currently {'ENABLED'ifenable_newselse'DISABLED'}.\n\n"
107
+
f"- News headlines and articles are currently {'ENABLED'ifenable_newselse'DISABLED'}.\n"
108
+
f"- Google Maps for places and directions is currently {'ENABLED'ifenable_mapselse'DISABLED'}.\n\n"
0 commit comments