Skip to content

Commit b846604

Browse files
committed
chore: add extra validation lines
Signed-off-by: Casper Nielsen <[email protected]>
1 parent 4aeb74c commit b846604

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

examples/langgraph-checkpointer/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Run the following command in a terminal/command prompt:
2222
<!-- STEP
2323
name: Run subscriber
2424
expected_stdout_lines:
25+
- '== APP == Add 3 and 4.'
26+
- '== APP == Tool Calls:'
27+
- '== APP == add'
28+
- '== APP == Call'
29+
- '== APP == a: 3'
30+
- '== APP == b: 4'
31+
- '== APP == Name: add'
32+
- '== APP == 7'
33+
- '== APP == The result of adding 3 and 4 is 7.'
34+
- '== APP == Multiply that by 2.'
2535
- '== APP == Args:'
2636
- '== APP == a: 7'
2737
- '== APP == b: 2'
@@ -36,7 +46,7 @@ expected_stdout_lines:
3646
output_match_mode: substring
3747
background: true
3848
match_order: none
39-
sleep: 3
49+
sleep: 15
4050
-->
4151

4252
```bash
@@ -48,15 +58,9 @@ dapr run --app-id langgraph-checkpointer --app-port 5001 -- python3 agent.py
4858

4959
## Cleanup
5060

51-
<!-- STEP
52-
expected_stdout_lines:
53-
- '✅ app stopped successfully: langgraph-checkpointer'
54-
name: Shutdown dapr
55-
-->
61+
Either press CTRL + C to quit the app or run the following command in a new terminal to stop the app:
5662

5763
```bash
5864
dapr stop --app-id langgraph-checkpointer
5965
```
6066

61-
<!-- END_STEP -->
62-

0 commit comments

Comments
 (0)