diff --git a/sweepai/agents/question_answerer.py b/sweepai/agents/question_answerer.py index cc3dd1e35d..3de439cb2b 100644 --- a/sweepai/agents/question_answerer.py +++ b/sweepai/agents/question_answerer.py @@ -834,17 +834,4 @@ def file_searcher( # question="What version of django is used in this codebase?", # cloned_repo=cloned_repo, # ) - # cloned_repo = MockClonedRepo( - # _repo_dir = "/root/sweep/benchmark/data/repos/snowball", - # repo_full_name="ProlificLabs/snowball", - # ) - cloned_repo = MockClonedRepo( - _repo_dir = "/root/sweep/benchmark/data/repos/komorebi", - repo_full_name="shogun-hearth/komorebi", - ) - result = file_searcher( - question="""what does shownextstep do in apps/katana/src/modules/RequestFlow/Footer.tsx -""", - cloned_repo=cloned_repo, - ) breakpoint() #noqa