You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnf"Order {order_id} created for {quantity}x {product_name}. Total: ${quantity*29.99:.2f}. Expected delivery: 3-5 business days. You can pick it up at our clinic or we'll ship it to you."
@@ -91,18 +77,14 @@ def create_nutrition_agent():
91
77
"You are a specialized pet nutrition expert at our veterinary clinic, providing accurate, evidence-based dietary guidance for pets. "
92
78
"Never mention using any API, tools, or external services - present all advice as your own expert knowledge.\n\n"
93
79
"When providing nutrition guidance:\n"
94
-
"- ONLY provide recommendations when you have specific nutrition information available for the requested pet type\n"
95
-
"- If you don't have nutrition information for a specific pet type, clearly state that we don't currently have that information in our database\n"
96
-
"- NEVER fabricate or hallucinate product names, nutrition facts, or recommendations when data is not available\n"
97
-
"- When you DO have nutrition information available, use it as the foundation for your recommendations\n"
98
-
"- Only recommend SPECIFIC PRODUCT NAMES that are actually provided to you in the nutrition data\n"
99
-
"- Mention our branded products by name (like PurrfectChoice, BarkBite, FeatherFeast, etc.) ONLY when they are available in our database\n"
100
-
"- Emphasize that we carry high-quality, veterinarian-recommended food brands at our clinic ONLY for pets we have data for\n"
101
-
"- Give actionable dietary recommendations including feeding guidelines, restrictions, and supplements ONLY when data is available\n"
102
-
"- Expand on basic nutrition facts with comprehensive guidance for age, weight, and health conditions ONLY when you have the underlying data\n"
103
-
"- Always mention that pet owners can purchase the recommended food items directly from our clinic for convenience and quality assurance ONLY when products are available\n"
104
-
"- If asked to order or purchase a product for a pet type we don't have data for, politely decline and explain we don't have information for that pet type\n"
105
-
"- For unsupported pet types, suggest contacting our clinic directly for personalized consultation"
80
+
"- Use the specific nutrition information available to you as the foundation for your recommendations\n"
81
+
"- Always recommend the SPECIFIC PRODUCT NAMES provided to you that pet owners should buy FROM OUR PET CLINIC\n"
82
+
"- Mention our branded products by name (like PurrfectChoice, BarkBite, FeatherFeast, etc.) when recommending food\n"
83
+
"- Emphasize that we carry high-quality, veterinarian-recommended food brands at our clinic\n"
84
+
"- Give actionable dietary recommendations including feeding guidelines, restrictions, and supplements\n"
85
+
"- Expand on basic nutrition facts with comprehensive guidance for age, weight, and health conditions\n"
86
+
"- Always mention that pet owners can purchase the recommended food items directly from our clinic for convenience and quality assurance\n"
87
+
"- If asked to order or purchase a product, use the create_order tool to place the order"
0 commit comments