We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00470b5 commit 28b3b85Copy full SHA for 28b3b85
1 file changed
src/ai_agent/agent/tools/repo_info_tool.py
@@ -28,9 +28,9 @@ class RepoSummaryOutput(BaseModel):
28
29
async def tool_repo_summary(input: RepoSummaryInput) -> RepoSummaryOutput:
30
"""
31
- Summarize a GitHub repository using DeepWiki MCP (if available) or GitHub API fallback.
+ Summarize a GitHub repository using DeepWiki MCP (if available) or repocards fallback.
32
33
- Try DeepWiki first for fast, indexed docs. Falls back to GitHub API on any error.
+ Try DeepWiki first for fast, indexed docs. Falls back to repocards on any error.
34
35
# Try DeepWiki first
36
try:
0 commit comments