-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Problem (one or two sentences)
I am getting several times this error. I am normally using GROK FAST 1 with VS CODE LM API but it's happening also with other models, I did not tried with other providers.
The context length is quite small (near 20K) and I was not able to find a specific pattern to reproduce the issue.
The solution that I found is to start a new task.
The error that I get is the following:
Roo said
<
Error
XML tool calls are no longer supported. Remove any XML tool markup (e.g. <read_file>...</read_file>) and use native tool calling instead.Details
API Request
$0.0000
Roo said
<
Error
XML tool calls are no longer supported. Remove any XML tool markup (e.g. <read_file>...</read_file>) and use native tool calling instead.Details
Model Response Incomplete
The model failed to use any tools in its response. This typically happens when the model provides only text/reasoning without calling the required tools to complete the task.Details
Roo is having trouble...
This may indicate a failure in the model's thought process or inability to use a tool properly, which can be mitigated with some user guidance (e.g. "Try breaking down the task into smaller steps").Details
Context (who is affected and when)
I did not find a reproducible situation.
Reproduction steps
I did not find it yet.
Expected result
Normal Roo Code behaviours to parse and complete the different tasks
Actual result
Blocking error that force to start a new task
Variations tried (optional)
I tried to compress the context and continue, but most of the time that I recall was unsuccessful.
Sometimes I send a new command and I am able to continue the chat.
App Version
3.45.0
API Provider (optional)
None
Model Used (optional)
GROK FAST 1, but also with other models
Roo Code Task Links (optional)
No response