Files
AutoGPT/benchmark/agbenchmark/challenges/library/ethereum/check_price/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

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"
}