Skip to content

Commit 4979c60

Browse files
committed
Define find_tests in ContextRetrieverAgent
1 parent 28bdb15 commit 4979c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patcher/src/buttercup/patcher/agents/context_retriever.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ class ContextRetrieverAgent(PatcherAgentBase):
698698
"""Agent that retrieves code snippets from the project."""
699699

700700
redis: Redis | None = None
701+
find_tests: bool = True
702+
701703
agent: Runnable = field(init=False)
702704
llm: BaseChatOpenAI = field(init=False)
703705
cheap_llm: BaseChatOpenAI = field(init=False)

0 commit comments

Comments
 (0)