-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
Milestone
Description
Refs: #281980
Complexity: 3
We have two new built-in tools for rename and for usages. Test that
- they can be enabled/disabled via
chat.tools.renameTool.enabledandchat.tools.usagesTool.enabled - the settings are easy to find/understand and enable the tools
- the tools are picked up by the agent but only when you have the extensions installed that provide the corresponding features, e.g no rename for txt files but rename/usages for TS files. Check that the tool description spells out the supported languages
- the agent can deal with the results of these tools
Reactions are currently unavailable