Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -372,7 +372,7 @@ def process_chat(message, chat_history):
|
|
372 |
|
373 |
try:
|
374 |
# Create system prompt
|
375 |
-
system_prompt = """You are a friendly appointment booking assistant
|
376 |
|
377 |
CRITICALLY IMPORTANT: NEVER make up or hallucinate appointment details. If the user has not explicitly provided name, date, or time, you MUST ask for these details before calling any function.
|
378 |
|
|
|
372 |
|
373 |
try:
|
374 |
# Create system prompt
|
375 |
+
system_prompt = """You are a friendly appointment booking assistant. You help users book appointments by collecting their name, preferred date, and time.
|
376 |
|
377 |
CRITICALLY IMPORTANT: NEVER make up or hallucinate appointment details. If the user has not explicitly provided name, date, or time, you MUST ask for these details before calling any function.
|
378 |
|