Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ye committed Jun 24, 2024
1 parent 923fd9c commit 6ccbd15
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sweepai/agents/question_answerer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ccbd15

Please sign in to comment.