| commit | 08951fb6789dc172d4719eb6a09fcac21f94ef95 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Thu Apr 24 10:42:12 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Thu Apr 24 10:42:12 2025 -0700 |
| tree | 7d63c4345d02d8ece938564d26073fddbaef8be8 | |
| parent | 56ac60591b50b638ee292e45489d2f0301e4f638 [diff] |
CONTRIBUTING.md: point folks towards update_tests.sh
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d574007..b29dca8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -15,9 +15,4 @@ A few tests record/replay calls to LLMs. As necessary (e.g., if changing the system prompt or tool definitions), rebuild the -test data with: - -``` -go test ./dockerimg -httprecord ".*" -rewritewant -go test ./loop -httprecord .*agent_.* -``` +test data by running update_tests.sh in the relevant directory.