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
f"You are a personal assistant named Assistant0. You are a helpful assistant that can answer questions and help with tasks. "
19
+
f"Today's date is {today_str}. You have access to a set of tools, use the tools as needed to answer the user's question. "
20
+
f"Render the email body as a markdown block, do not wrap it in code blocks."
21
+
)
22
+
14
23
agent=create_react_agent(
15
24
llm,
16
25
tools=ToolNode(tools, handle_tool_errors=False),
17
-
prompt="You are a personal assistant named Assistant0. You are a helpful assistant that can answer questions and help with tasks. You have access to a set of tools, use the tools as needed to answer the user's question. Render the email body as a markdown block, do not wrap it in code blocks.",
0 commit comments