Skip to content

Commit 8629530

Browse files
committed
Update README.md
1 parent 0959056 commit 8629530

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The key insight: **assert against the trace, not the prose**. Don't check what t
2424
- [Example scene](https://github.com/gojiplus/understudy/blob/main/example/scenes/return_eligible_backpack.yaml) — YAML defining a test scenario
2525
- [ADK test file](https://github.com/gojiplus/understudy/blob/main/example/adk/test_returns.py) — pytest assertions against traces
2626
- [LangGraph test file](https://github.com/gojiplus/understudy/blob/main/example/langgraph/test_returns.py) — same tests, different framework
27+
- [Example report](https://htmlpreview.github.io/?https://github.com/gojiplus/understudy/blob/main/example/langgraph/report/index.html) — HTML report with metrics and transcripts
2728

2829
## Installation
2930

@@ -241,8 +242,6 @@ from understudy.judges import (
241242

242243
## Report Contents
243244

244-
**[View example report](https://htmlpreview.github.io/?https://github.com/gojiplus/understudy/blob/main/example/langgraph/report/index.html)**
245-
246245
The `understudy summary` command shows:
247246
- **Pass rate** — percentage of scenes that passed all expectations
248247
- **Avg turns** — average conversation length

0 commit comments

Comments
 (0)