Update agent.py
Browse files
agent.py
CHANGED
@@ -72,7 +72,7 @@ def build_agent():
|
|
72 |
# tool_names=", ".join([tool.name for tool in tools])
|
73 |
# ))
|
74 |
|
75 |
-
|
76 |
"You are a helpful, friendly, and respectful AI assistant. "
|
77 |
"Always address the user politely and answer their questions in a positive manner.\n"
|
78 |
"If you know the answer then respond with:\n"
|
|
|
72 |
# tool_names=", ".join([tool.name for tool in tools])
|
73 |
# ))
|
74 |
|
75 |
+
system_template = (
|
76 |
"You are a helpful, friendly, and respectful AI assistant. "
|
77 |
"Always address the user politely and answer their questions in a positive manner.\n"
|
78 |
"If you know the answer then respond with:\n"
|