Add /test tool to tools section and fix typos

This commit is contained in:
ofir-frd
2024-12-25 11:39:53 +02:00
parent 3994a2ba60
commit 19f6078ed0
3 changed files with 21 additions and 18 deletions

View File

@ -18,7 +18,7 @@ The tool will generate tests for the selected component (if no component is stat
(Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)):
**Notes**
- Language that are currently supported by the tool: Python, Java, C++, JavaScript, TypeScript, C#.
- Languages that are currently supported by the tool: Python, Java, C++, JavaScript, TypeScript, C#.
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.