File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AgentEval 🧪
22
33[ ![ PyPI] ( https://img.shields.io/pypi/v/agentevalkit )] ( https://pypi.org/project/agentevalkit/ )
4- [ ![ Tests ] ( https://img.shields.io/badge/tests-passing-brightgreen )] ( )
4+ [ ![ CI ] ( https://img.shields.io/github/actions/workflow/status/agentkitai/agenteval/ci.yml?branch=main )] ( https://github.com/agentkitai/agenteval/actions )
55[ ![ Python 3.9+] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( )
66[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
77
5151 - name : format-check
5252 input : " List 3 colors"
5353 expected :
54- pattern : " \\ d \\ . \\ s+ \ \ w+"
54+ pattern : " \d\.\s + \w +"
5555 grader : regex
5656` ` `
5757
@@ -284,7 +284,7 @@ Matches `result.output` against `expected.pattern` (Python regex). Config: `flag
284284
285285` ` ` yaml
286286expected:
287- pattern: "\\ d+\\ . \ \ d+"
287+ pattern: "\d +\. \d +"
288288grader: regex
289289grader_config:
290290 flags: [IGNORECASE]
You can’t perform that action at this time.
0 commit comments