Skip to content

Commit

Permalink
fix (#4106)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: Martin Ye <[email protected]>
  • Loading branch information
MartinYe1234 and Martin Ye authored Jun 24, 2024
1 parent 923fd9c commit 34b4c37
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 34b4c37

Please sign in to comment.