ahensd commited on
Commit
469d323
·
verified ·
1 Parent(s): 74f9080

Update client.py

Browse files
Files changed (1) hide show
  1. client.py +2 -2
client.py CHANGED
@@ -43,10 +43,10 @@ def create_prompt(subject:str, desc:str):
43
  # add booking data here
44
  prompt = '''
45
  You are an AI Customer Service Agent for booking.com. Use the below instructions to answer.
46
- What is the intent of this request: ```Subject: {{subject}} Description: {{desc}}``` in 1 single word? Use these options for intent:
47
 
48
  Cancellation
49
- Refund Request
50
 
51
  In the context of the previous request, Suggest a resolution response to address the customer query from the following actions list:
52
 
 
43
  # add booking data here
44
  prompt = '''
45
  You are an AI Customer Service Agent for booking.com. Use the below instructions to answer.
46
+ What is the intent of this request: ```Subject: {{subject}} Description: {{desc}}``` in 1 single word? Use these options for recognizing intent:
47
 
48
  Cancellation
49
+ Refund
50
 
51
  In the context of the previous request, Suggest a resolution response to address the customer query from the following actions list:
52