mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 23:04:28 +01:00
24 lines
793 B
JSON
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": []
|
|
}
|
|
}
|