We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bdb15 commit 4979c60Copy full SHA for 4979c60
patcher/src/buttercup/patcher/agents/context_retriever.py
@@ -698,6 +698,8 @@ class ContextRetrieverAgent(PatcherAgentBase):
698
"""Agent that retrieves code snippets from the project."""
699
700
redis: Redis | None = None
701
+ find_tests: bool = True
702
+
703
agent: Runnable = field(init=False)
704
llm: BaseChatOpenAI = field(init=False)
705
cheap_llm: BaseChatOpenAI = field(init=False)
0 commit comments