mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 15:14:44 +01:00
Refactor benchmark (#5247)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "TestReturnCodeModify",
|
||||
"name": "ReturnCodeModify",
|
||||
"category": ["code", "iterate"],
|
||||
"task": "Modify the multiply_int function in sample_code.py to be able to pass in a 'multiplier' argument to multiply the 'num' by 'multiplier'. Both arguments are integers. You can make sure you have correctly done this by running test.py",
|
||||
"dependencies": ["TestReturnCodeWrite"],
|
||||
"dependencies": ["ReturnCodeWrite"],
|
||||
"cutoff": 120,
|
||||
"ground": {
|
||||
"answer": "def multiply_int(num, multiplier):\n return num * multiplier\n",
|
||||
|
||||
Reference in New Issue
Block a user