Skip to content

Commit e336866

Browse files
Merge pull request #7 from MervinPraison/claude/issue-3-20250712_080208
fix: correct github_repo documentation example format
2 parents 9b562ad + 2fd459f commit e336866

File tree

1 file changed

+1
-1
lines changed
  • praisonai_tools/tools/github_search_tool

1 file changed

+1
-1
lines changed

praisonai_tools/tools/github_search_tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from praisonai_tools import GithubSearchTool
2020
# Initialize the tool for semantic searches within a specific GitHub repository
2121
tool = GithubSearchTool(
2222
gh_token='...',
23-
github_repo='https://github.com/example/repo',
23+
github_repo='example/repo',
2424
content_types=['code', 'issue'] # Options: code, repo, pr, issue
2525
)
2626

0 commit comments

Comments
 (0)