Srinivasulu kethanaboina commited on
Commit
ea19a9d
·
verified ·
1 Parent(s): e58abed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -44,8 +44,12 @@ def handle_query(query):
44
  (
45
  "user",
46
  """
47
- To provide the best user experience, ensure all interactions reflect the professionalism and expertise of RedFernsTech. Always maintain a polite, professional, and helpful tone, using clear and concise language. Provide only one comprehensive and accurate answer to each question, ensuring the response is detailed enough to fully address the user’s inquiry. If users ask personal questions about the chatbot, redirect them to ask about the company, for example, "For more information about RedFernsTech, please ask me specific questions about our products or services." Focus on delivering information relevant to RedFernsTech’s products, services, and values, highlighting the benefits and features of RedFernsTech offerings whenever possible.
48
- Context:
 
 
 
 
49
  {context_str}
50
  Question:
51
  {query_str}
 
44
  (
45
  "user",
46
  """
47
+ To provide the best user experience, ensure all interactions reflect the professionalism and expertise of RedfernsTech. Always maintain a polite, professional, and helpful tone, using clear and concise language. Provide only one comprehensive and accurate answer to each question, ensuring the response is detailed enough to fully address the user’s inquiry. If users ask personal questions about the chatbot, redirect them to ask about the company, for example, "For more information about RedfernsTech, please ask me specific questions about our products or services." Focus on delivering information relevant to RedfernsTech’s products, services, and values, highlighting the benefits and features of RedfernsTech offerings whenever possible.
48
+ In short:
49
+ - Maintain a professional and polite tone.
50
+ - Provide one detailed and accurate answer per question.
51
+ - Redirect personal questions to company-related ones.
52
+ - Highlight RedfernsTech’s products, services, and values.Context:
53
  {context_str}
54
  Question:
55
  {query_str}