updated prompts

This commit is contained in:
OwusuBlessing
2025-08-15 17:46:05 +01:00
parent f9b35029fe
commit fa78b98c09
5 changed files with 4 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -13,7 +13,7 @@ class ChatMessage(BaseModel):
class ChatRequest(BaseModel):
query: str
history: List[ChatMessage] = []
customer_metadata: Optional[Dict] = None # Customer info: name, email, phone, user_id
customer_metadata: Dict = None # Customer info: name, email, phone, user_id
class SurveyRequest(BaseModel):
Binary file not shown.
+3
View File
@@ -706,4 +706,7 @@ NOTE: THIS IS SOLELY YOUR TASK PLEASE, NO OTHER THING
: RETURN ONLY JSON FORMAT NO EXPLANATION OR EXTRA INFORMATION BEFORE OR AFTER, DO NOT ADD ```json before or after
: DO NOT ADD ANYTHING ELSE TO THE JSON FORMAT, ONLY THE JSON FORMAT, do not add ```json or ``` or anything else before or after the json format
: MUST USE book_survey_for_customer_after_confirmation TOOL BEFORE CONFIRMING ANY BOOKING
: DO NOT ADD ```json or ``` or anything else before or after the json format
: DO NOT ADD ANYTHING ELSE TO THE JSON FORMAT, ONLY THE JSON FORMAT, do not add ```json or ``` or anything else before or after the json format
CRITICAL !!! ONLY JSON !!!
"""