Skip to content

Commit 0000052

Browse files
qchappCopilot
andauthored
Update src/ai_agent/agent/tools/repo_info_tool.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4d6feaa commit 0000052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ai_agent/agent/tools/repo_info_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _notable_paths(files: List[FetchedFile]) -> List[str]:
350350
for p in candidates:
351351
if p.startswith(("examples/","scripts/","docs/","demo/","README")):
352352
keep.append(p)
353-
return _dedupe_str(keep)[:10] # <-- ensure string dedupe
353+
return _dedupe_str(keep)[:10]
354354

355355
# ---------------------------- Normalizer for GitHub links ----------------------------
356356

0 commit comments

Comments
 (0)