mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
s
This commit is contained in:
@ -236,7 +236,7 @@ Note that the tool does not have "memory" of previous questions, and answers eac
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def get_improve_usage_guide():
|
def get_improve_usage_guide():
|
||||||
output = "**Overview:**\n"
|
output = "**Overview:**\n"
|
||||||
output += "The improve tool scans the PR code changes, and automatically generates suggestions for improving the PR code. "
|
output += "The `improve` tool scans the PR code changes, and automatically generates suggestions for improving the PR code. "
|
||||||
output += "The tool can be triggered [automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) every time a new PR is opened, or can be invoked manually by commenting on a PR.\n"
|
output += "The tool can be triggered [automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) every time a new PR is opened, or can be invoked manually by commenting on a PR.\n"
|
||||||
output += """\
|
output += """\
|
||||||
When commenting, to edit [configurations](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L69) related to the improve tool (`pr_code_suggestions` section), use the following template:
|
When commenting, to edit [configurations](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L69) related to the improve tool (`pr_code_suggestions` section), use the following template:
|
||||||
|
Reference in New Issue
Block a user