File tree Expand file tree Collapse file tree
examples/langgraph-checkpointer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,25 +35,13 @@ Run the following command in a terminal/command prompt:
3535name: Run subscriber
3636expected_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
5846output_match_mode: substring
5947background: true
You can’t perform that action at this time.
0 commit comments