mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-25 17:04:24 +01:00
31 lines
960 B
JSON
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."
|
|
}
|