You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[@continuedev] error: Cannot read properties of undefined (reading 'filter') {"context":"llm_stream_chat","model":"gpt-oss-120b","provider":"ollama","useOpenAIAdapter":false,"streamEnabled":true,"templateMessages":false}
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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.
All reactions