mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
docs: clarify implement tool usage with inline comment terminology
This commit is contained in:
parent
1fff1b0208
commit
12eea7acf3
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ It leverages LLM technology to transform PR comments and review suggestions into
|
|||
You can reference and implement changes from any comment by:
|
||||
|
||||
```
|
||||
/implement <link-to-review-comment>
|
||||
/implement <link-to-an-inline-comment>
|
||||
```
|
||||
|
||||
{width=640}
|
||||
|
|
@ -54,4 +54,4 @@ It leverages LLM technology to transform PR comments and review suggestions into
|
|||
|
||||
- Use `/implement` to implement code change within and based on the review discussion.
|
||||
- Use `/implement <code-change-description>` inside a review discussion to implement specific instructions.
|
||||
- Use `/implement <link-to-review-comment>` to indirectly call the tool from any comment.
|
||||
- Use `/implement <link-to-an-inline-comment>` to respond to an inline comment by triggering the tool from anywhere in the thread.
|
||||
|
|
|
|||
Loading…
Reference in a new issue