Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple function calls of the same type are combined #4377

Open
3 tasks done
Lash-L opened this issue Feb 26, 2025 · 0 comments
Open
3 tasks done

Multiple function calls of the same type are combined #4377

Lash-L opened this issue Feb 26, 2025 · 0 comments
Assignees
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@Lash-L
Copy link
Contributor

Lash-L commented Feb 26, 2025

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

@dosubot dosubot bot added ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants