Invalid schema for function 'vectorcode' #1416
Replies: 6 comments 7 replies
-
From the normal mode in neovim I can run the following commands
prints and
prints
Does this suggest the vectorcode nvim plugin is setup correctly ? |
Beta Was this translation helpful? Give feedback.
-
What LLM are you using? Quickly scanning your post, I think it's calling vector code incorrectly. |
Beta Was this translation helpful? Give feedback.
-
I was using “o3” |
Beta Was this translation helpful? Give feedback.
-
I have tried to use "gpt4.1" instead as well. With settings like this
And trying to trigger the vectorcode with this chat
This time it gives me a similar error, not exactly the same.
The previous one was |
Beta Was this translation helpful? Give feedback.
-
@olimorris A relevant question for code-companion is that can we see the OpenAI responses in the logs ? Looking into the DEBUG level information , we see this request went to openai. Is there a way to see in the logs or otherwise, what openai responded to that request ? |
Beta Was this translation helpful? Give feedback.
-
Should've been fixed in the latest release of VectorCode (0.6.8 at the moment). Different LLM providers (not to be confused with codecompanion adapters) seem to implement tool calling slightly differently, which made it difficult for me to test the changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very much for your time in advance.
I am setting up vectorcode for the first time, so apologies is this is a trivial configuration mistake. Followed the instructions here
When I try to use @vectorcode in the Chat window, I get this error printed to neovim messages
I should be using the latest versions of codecompanion and vectorcode
From a terminal i can successfully run
vectorcode ls
andvectorcode query "something"
. Namely the commands from the CLI are working.I looked around a little bit and I could not be sure whether the issue should be in codecompanion or vectorcode. So I started from here.
Beta Was this translation helpful? Give feedback.
All reactions