Skip to content

Commit 45262f5

Browse files
committed
fix: simplify verification strings to handle non determinism in response
Signed-off-by: Casper Nielsen <casper@diagrid.io>
1 parent 181469e commit 45262f5

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

examples/langgraph-checkpointer/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,13 @@ Run the following command in a terminal/command prompt:
3535
name: Run subscriber
3636
expected_stdout_lines:
3737
- '== APP == Add 3 and 4.'
38-
- '== APP == Tool Calls:'
39-
- '== APP == add'
40-
- '== APP == Call'
4138
- '== APP == a: 3'
4239
- '== APP == b: 4'
43-
- '== APP == Name: add'
4440
- '== APP == 7'
45-
- '== APP == The result of adding 3 and 4 is 7.'
46-
- '== APP == Multiply the result by 2.'
4741
- '== APP == Args:'
4842
- '== APP == a: 7'
4943
- '== APP == b: 2'
50-
- '== APP == ================================= Tool Message ================================='
51-
- '== APP == Name: multiply'
52-
- '== APP == '
5344
- '== APP == 14'
54-
- '== APP == ================================== Ai Message =================================='
55-
- '== APP == '
56-
- '== APP == The result of multiplying 7 by 2 is 14.'
5745
5846
output_match_mode: substring
5947
background: true

0 commit comments

Comments
 (0)