Integrated tools API? #6119
worksofliam
started this conversation in
Feature Requests
Replies: 1 comment
-
Looking in the code I am seeing comments like this, which seem like to me Roo actually supports the integrated VS Code tools list? Roo-Code/src/api/providers/vscode-lm.ts Line 373 in 714fafd // Note: Tool support is currently provided by the VSCode Language Model API directly
// Extensions can register tools using vscode.lm.registerTool() Though it looks like it's specific to the VS Code provider? https://docs.roocode.com/providers/vscode-lm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Roo have an integrated tools API, similar to Copilot?
I have an extension which provides some unique stateful functionality and I'd like Roo code to be able to execute tools provided by my extension.
Here is what the VS Code API looks like:
Beta Was this translation helpful? Give feedback.
All reactions