Skip to content

Commit cb875a0

Browse files
author
Zhe Yu
committed
fix(nvim): Add empty parameters to ls_tool
1 parent c19c4c3 commit cb875a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/vectorcode/integrations/codecompanion/ls_tool.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ return function(opts)
6363
Retrieve a list of projects accessible via the VectorCode tools.
6464
Where relevant, use paths from this tool as the `project_root` parameter in other vectorcode tools.
6565
]],
66+
parameters = { type = "object" },
6667
},
6768
},
6869
output = {

0 commit comments

Comments
 (0)