dpetrak commited on
Commit
dcccc4a
1 Parent(s): b2f27f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -43,14 +43,15 @@ Alternative Host Email, Bill Form Description, Question, Type of Service, Altern
43
  ###Conversation
44
  [dialogue history]
45
 
46
- The user waits for a response from the virtual agent.
 
47
 
48
  ###Response
49
 
50
  User Intention:
51
  ```
52
 
53
- Please replace [knowledge document if available] with the knowledge document or an empty string. Please replace [dialogue history] with the dialogue context, e.g.:
54
 
55
  ```
56
  Customer: Hi there!
@@ -58,6 +59,9 @@ Virtual Agent: Hello! How can I assist you today?
58
  Customer: I just adopted a cat and I'm interested in getting insurance coverage for accidents and illnesses. Which document should I refer to for information on this?
59
  ```
60
 
 
 
 
61
  This is an example for the expected output:
62
 
63
  ```
 
43
  ###Conversation
44
  [dialogue history]
45
 
46
+ [emotion if available]
47
+ [gesture]
48
 
49
  ###Response
50
 
51
  User Intention:
52
  ```
53
 
54
+ Please replace [knowledge document if available] with the knowledge document or an empty string and [dialogue history] with the dialogue context, e.g.:
55
 
56
  ```
57
  Customer: Hi there!
 
59
  Customer: I just adopted a cat and I'm interested in getting insurance coverage for accidents and illnesses. Which document should I refer to for information on this?
60
  ```
61
 
62
+ Replace [emotion] with the user emotion, e.g., "The user is curious.". [gesture] should be replaced with "The user waits for a response from the virtual agent." as a default
63
+ value.
64
+
65
  This is an example for the expected output:
66
 
67
  ```