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
846 B
JSON
32 lines
846 B
JSON
{
|
|
"name": "GetEthereumGasPrice",
|
|
"category": [
|
|
"ethereum"
|
|
],
|
|
"task": "Get the price of Ethereum in usd and save its digits to a file named 'output.txt'",
|
|
"dependencies": [
|
|
"WriteFile"
|
|
],
|
|
"cutoff": 75,
|
|
"ground": {
|
|
"answer": "Should be a number within a 50 USD range of the actual price according to coingecko.",
|
|
"should_contain": [
|
|
"Matches"
|
|
],
|
|
"should_not_contain": [
|
|
"Text or letters"
|
|
],
|
|
"files": [
|
|
"output.txt"
|
|
],
|
|
"eval": {
|
|
"type": "python"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"description": "Getting the price of Ethereum Gas in gwei and saving it as a file",
|
|
"side_effects": []
|
|
},
|
|
"eval_id": "c7372901-5fc0-4431-8c87-302fe3583ab7"
|
|
} |