Skip to content

[BUG] Qwen3-Coder-480B-A35B-Instruct tool-calling failure: Missing value for required parameter 'args' #10464

@steveworks272

Description

@steveworks272

Problem (one or two sentences)

When using the read_file tool, the model fails to provide the required wrapper. It seems to be using the XML format. This results in the error: "roo tried to use read_file without value for required parameter args".

Context (who is affected and when)

Versions of Roo above 3.36.16

Reproduction steps

Use Qwen3-Coder-480B-A35B-Instruct as the provider.
Ask Roo to read a file (e.g., "read package.json").
Observe the model generating <read_file>package.json</read_file> which is rejected by the current schema.

Expected result

use read_file tool to read the file

Actual result

ERROR: roo tried to use read_file without value for required parameter args

Variations tried (optional)

No response

App Version

3.38.3

API Provider (optional)

None

Model Used (optional)

Qwen3-Coder-480B-A35B-Instruct

Roo Code Task Links (optional)

No response

Relevant logs or errors (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions