continue
continue copied to clipboard
Only the last of multiple function call will be called
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
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.
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