fix typo, other naming cleanup

This commit is contained in:
Ashwin Bharambe 2025-09-09 15:40:54 -07:00
parent cfa5c641db
commit 1b921590b0
3 changed files with 17 additions and 17 deletions

View file

@ -162,7 +162,7 @@ cat recordings/responses/abc123.json | jq '.'
#### Remote Re-recording (Recommended)
Use the automated workflow script for easier re-recording:
```bash
./scripts/github/schedule-record-workflow.sh --test-subdirs "inference,agents"
./scripts/github/schedule-record-workflow.sh --subdirs "inference,agents"
```
See the [main testing guide](../README.md#remote-re-recording-recommended) for full details.