diff --git a/lua/vectorcode/integrations/codecompanion/ls_tool.lua b/lua/vectorcode/integrations/codecompanion/ls_tool.lua index b3658ac2..092aea50 100644 --- a/lua/vectorcode/integrations/codecompanion/ls_tool.lua +++ b/lua/vectorcode/integrations/codecompanion/ls_tool.lua @@ -63,6 +63,13 @@ return function(opts) Retrieve a list of projects accessible via the VectorCode tools. Where relevant, use paths from this tool as the `project_root` parameter in other vectorcode tools. ]], + parameters = { + -- make anthropic models happy. + type = "object", + properties = vim.empty_dict(), + required = {}, + additionalProperties = false, + }, }, }, output = {