Skip to content

Commit

Permalink
🕸️ Add additional option
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Sep 19, 2024
1 parent e3cfb02 commit 4604025
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions static/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -10721,11 +10721,19 @@
"evals": [
{
"type": "json_match",
"expected": [
{
"name": "Glossary of Terms",
"url": "https://www.adphc.gov.ae/-/media/Project/ADPHC/ADPHC/PDF/OSHAD-SF/Glossary-of-Terms/Glossary-of-Terms-Eng.pdf"
}
"options": [
[
{
"name": "Glossary of Terms",
"url": "https://www.adphc.gov.ae/-/media/Project/ADPHC/ADPHC/PDF/OSHAD-SF/Glossary-of-Terms/Glossary-of-Terms-Eng.pdf"
}
],
[
{
"name": "Glossary of Terms V 3.1",
"url": "https://www.adphc.gov.ae/-/media/Project/ADPHC/ADPHC/PDF/OSHAD-SF/Glossary-of-Terms/Glossary-of-Terms-Eng.pdf"
}
]
]
}
]
Expand Down

0 comments on commit 4604025

Please sign in to comment.