GITHUB_API_KEY
: Required. Your GitHub API key.Tool Name | Short Description |
---|---|
index_repository | Index a GitHub repository to analyze its codebase. |
query_repository | Ask questions about a GitHub repository and receive detailed AI responses. |
index_repository
Parameter | Type | Description |
---|---|---|
repo_url | string | The GitHub repository URL to index (format: https://github.com/username/repo). |
query_repository
Parameter | Type | Description |
---|---|---|
question | string | The question you want to ask about the repository. |
repo_url | string | The GitHub repository URL being queried (format: https://github.com/username/repo). |
conversation_history | string (optional) | Previous conversation history for multi-turn conversations. |