Significant-Gravitas / Auto-GPT-Benchmarks

A repo built for the purpose of benchmarking the performance of agents, regardless of how they are set up and how they work.
MIT License
273 stars 77 forks source link

Fixing paths that were preventing artifacts from being copied to workspace #311

Closed lc0rp closed 1 year ago

lc0rp commented 1 year ago

Background

When running individual tests, some artifacts and custom_code were not copied to the workspace, causing tests to fail

Changes

Added the challenge_location path to the copy_artifacts_into_workspace() function.

PR Quality Checklist