Skip to content

Commit d4fb039

Browse files
committed
Add another translate test to mrllmtests
1 parent c07d413 commit d4fb039

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cmd/mrllmtests/data/tests.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"description": "Translate single word from English to Spanish",
4+
"template": "translate",
5+
"data": {
6+
"FromLanguage": "eng",
7+
"ToLanguage": "spa"
8+
},
9+
"input": "Hello",
10+
"expected_output": [
11+
"Hola"
12+
]
13+
},
214
{
315
"description": "Translate from English to Spanish with simple variable expression",
416
"template": "translate",

0 commit comments

Comments
 (0)