Arafath10 commited on
Commit
7c622cf
·
verified ·
1 Parent(s): e93151c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -264,7 +264,7 @@ async def process_query(query: str,
264
  messages = [
265
  {"role": "system", "content": "You are a helpful assistant for Curfox delivery system."},
266
  {"role": "user", "content": f"""always check user query mentioned the waybill number/id (example : CA000001)
267
- if order id provided then output is only : "done"
268
  if user not given the waybill number then ask the number from user (include or response to greetings)
269
  user query : {query}""" }
270
  ]
 
264
  messages = [
265
  {"role": "system", "content": "You are a helpful assistant for Curfox delivery system."},
266
  {"role": "user", "content": f"""always check user query mentioned the waybill number/id (example : CA000001)
267
+ if waybill number/id provided then output is only : "done"
268
  if user not given the waybill number then ask the number from user (include or response to greetings)
269
  user query : {query}""" }
270
  ]