Skip to content

Commit bd407ce

Browse files
authored
fix: maintainers file search using ai
1 parent 2e8c3ad commit bd407ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/git_integration/src/crowdgit/services/maintainer/maintainer_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ async def process_chunk(chunk_index: int, chunk: str):
285285
ai_cost=maintainer_info.cost,
286286
)
287287

288-
def get_maintainer_file_prompt(example_files: list[str], file_names: list[str]) -> str:
288+
def get_maintainer_file_prompt(self, example_files: list[str], file_names: list[str]) -> str:
289289
"""
290290
Generates the prompt for the LLM to identify a maintainer file from a list.
291291
"""

0 commit comments

Comments
 (0)