Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/content_gen/2_plan/data.json
merwanehamadi 0e804e27dd Add more data challenges (#5390)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-28 19:30:08 -07:00

31 lines
960 B
JSON

{
"category": [
"content_gen"
],
"cutoff": 120,
"dependencies": [
"TestWriteFile"
],
"eval_id": "6ff65567-eb1e-4c7d-8b7f-dfc91dc95ed1",
"ground": {
"answer": "1. Search for flights to Toronto.\n2. Select the cheapest flight.\n3. Book the flight.\n4. Pay for the flight.\n5. Confirm the flight.",
"eval": {
"scoring": "scale",
"template": "reference",
"type": "llm"
},
"files": [
".txt"
],
"should_contain": [],
"should_not_contain": []
},
"info": {
"description": "ability to generate content based on the content of 2 files.",
"difficulty": "basic",
"side_effects": []
},
"name": "PlanCreation",
"task": "As an agent powered by a large language model, create a plan for yourself based on the task of booking a flight to Toronto. Output this plan into a .txt file."
}