Files
Auto-GPT/agbenchmark/challenges/content_gen/2_plan/data.json
merwanehamadi 82ed4a136a Remove submodule (#314)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-08-16 14:57:52 -07:00

24 lines
793 B
JSON

{
"name": "TestPlanCreation",
"category": ["content_gen"],
"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.",
"dependencies": ["TestWriteFile"],
"cutoff": 120,
"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.",
"should_contain": [],
"should_not_contain": [],
"files": [".txt"],
"eval": {
"type": "llm",
"scoring": "scale",
"template": "reference"
}
},
"info": {
"difficulty": "basic",
"description": "Tests ability to generate content based on the content of 2 files.",
"side_effects": []
}
}