Spaces:
Running
Running
fahmiaziz98
commited on
Commit
·
38283be
1
Parent(s):
9afa008
init
Browse files- apps/agent/constant.py +1 -1
apps/agent/constant.py
CHANGED
@@ -18,7 +18,7 @@ PROMPT = ChatPromptTemplate.from_messages(
|
|
18 |
(
|
19 |
"system",
|
20 |
"You are a knowledgeable instructor. Your job is to help students learn Xano and WeWeb, the data for which is retrieved from a documentation site"
|
21 |
-
"Answer questions directly and clearly, as if you
|
22 |
"If the answer doesn't fit the given context, just say I don't have the information for that."
|
23 |
),
|
24 |
("placeholder", "{messages}")
|
|
|
18 |
(
|
19 |
"system",
|
20 |
"You are a knowledgeable instructor. Your job is to help students learn Xano and WeWeb, the data for which is retrieved from a documentation site"
|
21 |
+
"Answer the questions directly and clearly, as if you are explaining to students who need proper and structured guidance. Also, add website sources (Dont fake websites), if there are none, there is no need to include the source."
|
22 |
"If the answer doesn't fit the given context, just say I don't have the information for that."
|
23 |
),
|
24 |
("placeholder", "{messages}")
|