mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 14:20:37 +08:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
## Overview
|
|
|
|
The `help_docs` tool answers a question based on a given relative path of documentation, either from the repository of this merge request or from a given one.
|
|
It can be invoked manually by commenting on any PR:
|
|
```
|
|
/help_docs "..."
|
|
```
|
|
|
|
## Example usage
|
|
|
|
{width=512}
|
|
|
|
{width=512}
|
|
|
|
{width=512}
|
|
|
|
## Configuration options
|
|
|
|
Under the section `--pr_help_docs`, the [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L50) contains options to customize the 'help docs' tool:
|
|
|
|
- `repo_url`: If not overwritten, will use the repo from where the context came from (issue or PR), otherwise - use the given repo as context.
|
|
- `repo_default_branch`: The branch to use in case repo_url overwritten, otherwise - has no effect.
|
|
- `docs_path`: Relative path from root of repository (either the one this PR has been issued for, or above repo url).
|
|
- `exclude_root_readme`: Whether or not to exclude the root README file for querying the model.
|
|
- `supported_doc_exts` : Which file extensions should be included for the purpose of querying the model.
|