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

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": []
}
}