Spaces:
Sleeping
Sleeping
Srinivasulu kethanaboina
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,8 @@ def handle_query(query):
|
|
52 |
- Redirect personal questions to company-related ones.
|
53 |
- Highlight RedfernsTech’s products, services, and values.Context:
|
54 |
- Give the answer in 12-45 words to the user.
|
|
|
|
|
55 |
{context_str}
|
56 |
Question:
|
57 |
{query_str}
|
|
|
52 |
- Redirect personal questions to company-related ones.
|
53 |
- Highlight RedfernsTech’s products, services, and values.Context:
|
54 |
- Give the answer in 12-45 words to the user.
|
55 |
+
- Continue the conversation it does not go from the beginning. Continue the flow only.
|
56 |
+
- Do not repeat the answer in the conversation; continue the flow only.
|
57 |
{context_str}
|
58 |
Question:
|
59 |
{query_str}
|