Add tree-sitter example to the eval (#29321)

Interesting things about this example:
* It's a useful, non-trivial change I made with the agent in Tree-sitter
* It runs fast
* It frequently showcases edit file errors
* It occasionally completely errors out due to errors parsing tool call
input JSON

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld 2025-04-23 18:46:38 -07:00 committed by GitHub
parent fef2681cfa
commit f125353b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 1 deletions

View file

@ -45,7 +45,7 @@ extend-exclude = [
# Spellcheck triggers on `|Fixe[sd]|` regex part.
"script/danger/dangerfile.ts",
# Eval examples for prompts and criteria
"crates/eval/examples/",
"crates/eval/src/examples/",
]
[default]