continuedev / continuedev/continue

Multiple function calls of the same type are combined

Open
#4,377 0 comments 0 reactions 1 assignee View on GitHub

@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
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

Image

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
  1. Select a model with tools
  2. 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
  3. Receive json parsing error.
Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.