Skip to content

Commit d50e91b

Browse files
committed
docs: update personal QA scenario docs
1 parent cfb5411 commit d50e91b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/concepts/personal-agent-benchmark-pack.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Personal Agent Benchmark Pack is a small repo-backed QA scenario pack for
1111
local personal assistant workflows. It is not a generic model benchmark and it
1212
does not require a new runner. The pack reuses the private QA stack described in
1313
[QA overview](/concepts/qa-e2e-automation), the synthetic
14-
[QA channel](/channels/qa-channel), and the existing `qa/scenarios` markdown
14+
[QA channel](/channels/qa-channel), and the existing `qa/scenarios` YAML
1515
catalog.
1616

1717
The first pack is intentionally narrow:
@@ -61,9 +61,9 @@ to inspect and file in issues.
6161

6262
## Extending The Pack
6363

64-
Add new cases under `qa/scenarios/personal/`, then add the scenario id to
65-
`QA_PERSONAL_AGENT_SCENARIO_IDS`. Keep each case small, local, deterministic in
66-
`mock-openai`, and focused on one personal assistant behavior.
64+
Add new `.yaml` cases under `qa/scenarios/personal/`, then add the scenario id
65+
to `QA_PERSONAL_AGENT_SCENARIO_IDS`. Keep each case small, local, deterministic
66+
in `mock-openai`, and focused on one personal assistant behavior.
6767

6868
Good follow-up candidates:
6969

0 commit comments

Comments
 (0)