mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 12:04:28 +01:00
26 lines
879 B
JSON
26 lines
879 B
JSON
{
|
|
"name": "TestBasicContentGen",
|
|
"category": ["content_gen"],
|
|
"task": "Create a brief report or summary highlighting how one or more companies from companies.txt are addressing or capitalizing on challenges or trends from challenges.txt. Write a file called output.txt.",
|
|
"dependencies": ["TestReadFile"],
|
|
"cutoff": 240,
|
|
"ground": {
|
|
"answer": "A report highlighting elements from the 2 files.",
|
|
"should_contain": [
|
|
"Is the company mentioned in the output actively addressing or capitalizing on the challenges or trends listed?"
|
|
],
|
|
"should_not_contain": [],
|
|
"files": ["output.txt"],
|
|
"eval": {
|
|
"type": "llm",
|
|
"scoring": "binary",
|
|
"template": "question"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"description": "Tests ability to generate content based on the content of 2 files.",
|
|
"side_effects": []
|
|
}
|
|
}
|