mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
fix(benchmark): Fix challenge input artifact upload
This commit is contained in:
@@ -85,7 +85,9 @@ class BaseChallenge(ABC):
|
|||||||
print()
|
print()
|
||||||
logger.debug(f"Starting {cls.info.name} challenge run")
|
logger.debug(f"Starting {cls.info.name} challenge run")
|
||||||
i = 0
|
i = 0
|
||||||
async for step in run_api_agent(cls.info.task, config, timeout):
|
async for step in run_api_agent(
|
||||||
|
cls.info.task, config, timeout, cls.info.task_artifacts_dir
|
||||||
|
):
|
||||||
i += 1
|
i += 1
|
||||||
print(f"[{cls.info.name}] - step {step.name} ({i}. request)")
|
print(f"[{cls.info.name}] - step {step.name} ({i}. request)")
|
||||||
yield step
|
yield step
|
||||||
|
|||||||
Reference in New Issue
Block a user