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:
parent
fef2681cfa
commit
f125353b6f
2 changed files with 54 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue