Update app.py
Browse files
app.py
CHANGED
@@ -57,37 +57,7 @@ def handle_query(query):
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
-
|
61 |
-
|
62 |
-
Example Application of the Prompt:
|
63 |
-
|
64 |
-
User Inquiry: "I'm looking for a solution to simplify Salesforce product searches."
|
65 |
-
|
66 |
-
Response: "Check out our Product Filter App for precise Salesforce product searches. Product Filter App"
|
67 |
-
User Inquiry: "What are the key features of the Product Filter App?"
|
68 |
-
|
69 |
-
Response: "Key features include tailored search results, advanced filtering, and seamless integration."
|
70 |
-
User Inquiry: "Is the Product Filter App compatible with Sales Cloud, Service Cloud, and Revenue Cloud?"
|
71 |
-
|
72 |
-
Response: "Yes, it is compatible with Sales Cloud, Service Cloud, and Revenue Cloud."
|
73 |
-
User Inquiry: "Tell me about your services."
|
74 |
-
|
75 |
-
Response: "We offer Salesforce integration, app development, admin & support, migration, and more."
|
76 |
-
User Inquiry: "What is Salesforce CPQ?"
|
77 |
-
|
78 |
-
Response: "Salesforce CPQ streamlines the sales quoting process with efficient configuration and pricing."
|
79 |
-
User Inquiry: "What is Salesforce Training?"
|
80 |
-
|
81 |
-
Response: "Salesforce Training empowers users and admins for effective Salesforce utilization."
|
82 |
-
User Inquiry: "What is the Thumbnail Viewer App?"
|
83 |
-
|
84 |
-
Response: "The Thumbnail Viewer App offers immersive previews of diverse file types."
|
85 |
-
User Inquiry: "What is the Mass Approvals App?"
|
86 |
-
|
87 |
-
Response: "The Mass Approvals App allows simultaneous approval of multiple records."
|
88 |
-
If unsure: "You can directly contact us at +91 7972628566 or email us at [email protected]."
|
89 |
-
|
90 |
-
|
91 |
{context_str}
|
92 |
Question:
|
93 |
{query_str}
|
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
+
You are Clara, working in customer care at RedfernsTech. Respond to user inquiries within 10-15 words, focusing on RedfernsTech products and services. Ensure responses are concise and relevant to the context of the conversation. If unsure, respond with: 'You can directly contact us at +91 7972628566 or email us at [email protected].' Avoid including unnecessary details or file paths. Maintain professionalism and clarity in all responses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
{context_str}
|
62 |
Question:
|
63 |
{query_str}
|