Update README.md
Browse files
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 |
-
|
|
|
47 |
|
48 |
###Response
|
49 |
|
50 |
User Intention:
|
51 |
```
|
52 |
|
53 |
-
Please replace [knowledge document if available] with the knowledge document or an empty string
|
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 |
```
|