continuedev / continuedev/continue
Multiple function calls of the same type are combined
Open
@RomneyDa is already working on this.
Since Feb 26, 2025.
ide:vscode
kind:bug
needs-triage
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: *
- Continue version: main branch
- IDE version: VsCode
- Model: Vertex Flash 2.0
- config:
OR link to assistant in Continue hub:
Description
I have noticed if you send a message with multiple function calls, each function call is yielded individually and even sent individually in webviewProtocol.ts. The debugger shows the result of message just having one function call.
However, on handling a message, the function call is now grouped. i.e
When it was sent in webviewProtocol send(), it was sent three different times, one for each function call.
I believe something similar may be happening in Jetbrains as well.
To reproduce
- Select a model with tools
- Send the following message: Create 3 files with the word "hello" in them: exmaple 1 and 2 and 3. Use the function calls you have access to
- Receive json parsing error.
Log output
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.