query_repository
Query GitHub repositories to receive AI-generated responses about code, architecture, and tech stack by providing a repository URL and specific questions.
Instructions
Ask questions about a GitHub repository and receive detailed AI responses. The repository must be indexed first.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversation_history | No | Previous conversation history for multi-turn conversations. | |
question | Yes | The question to ask about the repository. | |
repo_url | Yes | The GitHub repository URL to query (format: https://github.com/username/repo). |