diff --git a/Usage.md b/Usage.md index 023e27a7..ada68d3b 100644 --- a/Usage.md +++ b/Usage.md @@ -250,6 +250,9 @@ pat = "YOUR_PAT_TOKEN" ``` #### Similar issue tool + + + To enable usage of the '**similar issue**' tool, you need to set the following keys in `.secrets.toml` (or in the relevant environment variables): ``` [pinecone] @@ -264,5 +267,4 @@ These parameters can be obtained by registering to [Pinecone](https://app.pineco - To invoke the 'similar' issue tool via online usage, [comment](https://github.com/Codium-ai/pr-agent/issues/178#issuecomment-1716934893) on a PR: `/similar_issue` -- You can also enable the 'similar issue' tool to run automatically when a new issue is opened, by adding it to the [pr_commands list in the github_app section](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L66). -``` \ No newline at end of file +- You can also enable the 'similar issue' tool to run automatically when a new issue is opened, by adding it to the [pr_commands list in the github_app section](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L66) \ No newline at end of file diff --git a/pics/debugger.png b/pics/debugger.png deleted file mode 100644 index 7d8f201f..00000000 Binary files a/pics/debugger.png and /dev/null differ diff --git a/pics/similar_issue_tool.png b/pics/similar_issue_tool.png new file mode 100644 index 00000000..4ec51c81 Binary files /dev/null and b/pics/similar_issue_tool.png differ