Skip to content

Commit 960520c

Browse files
committed
Update langgraph.md
1 parent 0fe6391 commit 960520c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/testing/Examples/langgraph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We can now use `testing` to assess the correctness of our agent. We will write t
5858

5959
For this, we will use `TraceFactory` to create traces from the invocation response and then use the corresponding `Trace` methods to examine the resulting runtime traces.
6060

61-
### Test 1:
61+
### Test 1
6262

6363
<div class='tiles'>
6464
<a target="_blank" href="https://explorer.invariantlabs.ai/u/hemang1729/langgraph_weather_agent-1733695457/t/1" class='tile'>
@@ -101,7 +101,7 @@ Next, we use the `messages()` method with the `role="tool"` filter to check the
101101

102102
Finally, we confirm that the last message also includes our desired answer.
103103

104-
### Test 2:
104+
### Test 2
105105

106106
<div class='tiles'>
107107
<a target="_blank" href="https://explorer.invariantlabs.ai/u/hemang1729/langgraph_weather_agent-1733695457/t/2" class='tile'>

0 commit comments

Comments
 (0)