continue icon indicating copy to clipboard operation
continue copied to clipboard

Only the last of multiple function call will be called

Open ArrayZoneYour opened this issue 6 months ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS: macOS
- Continue version: v1.1.23
- IDE version: VSCode 1.99.3
- Model: Local LLM
- config:
  
# ...
  - name: Custom MCP Server
    command: custom-mcp-server
  
  OR link to assistant in Continue hub:

Description

When I want to use multiple tools to provide contexts to model, only the last one toolCall is concerned. Image

I found that streamNormalInput function only fetch the last tool calls in the implementation, is there any plan to support multiple tool calls for single response?

streamNormalInput#selectCurrentToolCall

To reproduce

No response

Log output


ArrayZoneYour avatar Apr 23 '25 13:04 ArrayZoneYour