diff --git a/docs/docs/tools/implement.md b/docs/docs/tools/implement.md index 83ccd101..216bd656 100644 --- a/docs/docs/tools/implement.md +++ b/docs/docs/tools/implement.md @@ -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 + /implement ``` ![implement3](https://codium.ai/images/pr_agent/implement3.png){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 ` inside a review discussion to implement specific instructions. -- Use `/implement ` to indirectly call the tool from any comment. +- Use `/implement ` to respond to an inline comment by triggering the tool from anywhere in the thread.