Allow arbitrary arguments order for Q3C, Q3CN, and Qwen3.5#1352
Allow arbitrary arguments order for Q3C, Q3CN, and Qwen3.5#1352ikawrakow merged 1 commit intoikawrakow:mainfrom
Conversation
This should fix the read file at offset/limit issue, where the tool definition has offset before limit, while the model sets limit before offset.
|
Ahh I had trouble with various qwen35moe models looping when experimenting/testing with I have not tried the work-around mentioned in the Q3CN thread In a single test this seems like it possibly fixes the issue, but I'll have to try some more tests. Also didn't regression test other models. wait, @sayap do i need to run |
|
Thanks for testing. I just checked the mainline autoparser branch as well, and I think it still lacks the parallel tool calls fix from #1300, and the arbitrary arguments order fix from this PR. |
|
This should fix the read file at offset/limit issue, where the tool definition has offset before limit, while the model sets limit before offset.