Add more eval examples + filtering examples by language + fix git concurrent usage (#28719)
Release Notes: - N/A --------- Co-authored-by: michael <michael@zed.dev> Co-authored-by: agus <agus@zed.dev>
This commit is contained in:
parent
a8b1ef3531
commit
d74f0735c2
76 changed files with 365 additions and 8 deletions
|
@ -41,6 +41,10 @@ extend-exclude = [
|
|||
"docs/theme/css/",
|
||||
# Spellcheck triggers on `|Fixe[sd]|` regex part.
|
||||
"script/danger/dangerfile.ts",
|
||||
# Eval examples for prompts and criteria
|
||||
"crates/eval/examples/checkpoint_stability/criteria.md",
|
||||
"crates/eval/examples/tax_id_validation/prompt.md",
|
||||
"crates/eval/examples/tax_id_validation/criteria.md"
|
||||
]
|
||||
|
||||
[default]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue