Skip to content

Commit 28b3b85

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 00470b5 commit 28b3b85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ai_agent/agent/tools/repo_info_tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class RepoSummaryOutput(BaseModel):
2828

2929
async def tool_repo_summary(input: RepoSummaryInput) -> RepoSummaryOutput:
3030
"""
31-
Summarize a GitHub repository using DeepWiki MCP (if available) or GitHub API fallback.
31+
Summarize a GitHub repository using DeepWiki MCP (if available) or repocards fallback.
3232
33-
Try DeepWiki first for fast, indexed docs. Falls back to GitHub API on any error.
33+
Try DeepWiki first for fast, indexed docs. Falls back to repocards on any error.
3434
"""
3535
# Try DeepWiki first
3636
try:

0 commit comments

Comments
 (0)