We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vectorcode_ls
1 parent 31694ae commit fce1298Copy full SHA for fce1298
1 file changed
lua/vectorcode/integrations/codecompanion/ls_tool.lua
@@ -63,6 +63,13 @@ return function(opts)
63
Retrieve a list of projects accessible via the VectorCode tools.
64
Where relevant, use paths from this tool as the `project_root` parameter in other vectorcode tools.
65
]],
66
+ parameters = {
67
+ -- make anthropic models happy.
68
+ type = "object",
69
+ properties = vim.empty_dict(),
70
+ required = {},
71
+ additionalProperties = false,
72
+ },
73
},
74
75
output = {
0 commit comments