mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
32 lines
748 B
JSON
32 lines
748 B
JSON
{
|
|
"name": "ReadFile",
|
|
"category": [
|
|
"interface"
|
|
],
|
|
"eval_id": "261ccfaa-02a2-4c1a-8a56-c76c66f7dba1",
|
|
"task": "Read the file called file_to_read.txt and write its content to a file called output.txt",
|
|
"dependencies": [
|
|
"WriteFile"
|
|
],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "The content of output.txt should be 'Hello World!'",
|
|
"should_contain": [
|
|
"Hello World!"
|
|
],
|
|
"files": [
|
|
"output.txt"
|
|
],
|
|
"eval": {
|
|
"type": "file"
|
|
}
|
|
},
|
|
"info": {
|
|
"description": "tests the ability for an agent to read a file.",
|
|
"difficulty": "interface",
|
|
"side_effects": [
|
|
""
|
|
]
|
|
}
|
|
}
|