-
| 
         As the title says, In agent mode, any time the model tries to make a tool call, I get an error from Continue. Otherwise, chat and auto-completions seem to work fine. I'm using a custom LLM server that emulates the ollama format. config.yaml Error message This is the response my server gives that triggers the error. I've tried to follow what I believe is the expected response format, but I'm not sure if this is the cause or not. Any pointers in the right direction would be appreciated.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| 
         I figured it out. My server was removing fields that had the default value. Since   | 
  
Beta Was this translation helpful? Give feedback.
I figured it out. My server was removing fields that had the default value. Since
content="", it was not being sent which caused Continue to have issues. Ensure default values were sent fixed the problem.