Skip to content

Commit f5f619c

Browse files
Fix Colang 2 tutorial READMEs
1 parent 3803524 commit f5f619c

File tree

4 files changed

+26
-19
lines changed

4 files changed

+26
-19
lines changed

examples/v2_x/tutorial/guardrails_1/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This examples shows how to add input rails.
44

5-
65
## Example Session
76

87
```

examples/v2_x/tutorial/hello_world_3/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,12 @@ NOTE: this examples works with any string that is interpreted as a greeting.
88
$ nemoguardrails chat --config=examples/v2_x/tutorial/hello_world_3
99
Starting the chat (Press Ctrl + C twice to quit) ...
1010
11-
> hi
12-
13-
Hello World!
14-
1511
> hello there!
1612
17-
Hi there! How can I assist you today?
18-
19-
> somethig else
20-
21-
I'm sorry, I didn't quite understand that. Can you please rephrase or ask a specific question?
13+
Hello World!
2214
23-
> what is your name?
15+
> how are you?
2416
25-
My name is Colang 2.0, I am an AI assistant designed to help you with any questions or tasks you may have.
17+
I am an AI, so I don't have feelings like humans do. But thank you for asking! Is there something specific you would like to know or talk about?
2618
2719
```

examples/v2_x/tutorial/interaction_loop/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ $ nemoguardrails chat --config=examples/v2_x/tutorial/interaction_loop/
99
Starting the chat (Press Ctrl + C twice to quit) ...
1010
1111
> hi
12-
Posture: Thinking, idle.
1312
1413
Hi there!
1514
16-
You can ask me anything!
15+
<< pause for 12 seconds >>
1716
17+
You can ask me anything!
1818
19-
> what can you do
20-
Posture: Thinking, idle.
21-
Posture: Thinking, idle.
19+
> how are you?
2220
23-
I can assist you with answering questions, providing information, and following instructions. Is there something specific you would like help with?
21+
I am doing well, thank you for asking! How can I assist you today?
2422
```

examples/v2_x/tutorial/multi_modal/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,22 @@
22

33
Example that shows a simple multimodal 'hello world'.
44

5-
To trigger the bot response type in `Hi`, `Hello` or simulate a user greeting gesture by typing `/GestureUserActionFinished(gesture="Greeting gesture")`.
5+
To trigger the bot response type in `hi`, `hello` or simulate a user greeting gesture by typing `/GestureUserActionFinished(gesture="Greeting gesture")`.
6+
7+
```
8+
$ nemoguardrails chat --config=examples/v2_x/tutorial/hello_world_3
9+
Starting the chat (Press Ctrl + C twice to quit) ...
10+
11+
> hi
12+
13+
Welcome!
14+
15+
Gesture: Smile and wave with one hand.
16+
17+
> /GestureUserActionFinished(gesture="Greeting gesture")
18+
19+
Hi there!
20+
21+
Gesture: Smile and wave with one hand.
22+
23+
```

0 commit comments

Comments
 (0)