-
|
How to disable For some Python projects I'm getting a lot of retries using search_tool where pattern is a filename. Looks like model does not understand search tool is not working for finding filename like "some_module", retries with "some_module\.py" and finds nothing too. Model then tries various variants of Usually ends with model running So not critical as sooner or later model finds a way to run the search or find the file. All of that with Qwen 3.6 27B at IQ4_KS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I will need to evaluate these new additions thoroughly. It is similar from the researcher the ideas seem great but these smaller local models seem to have issue with them. Maybe it is time to go for a plugin system. Note that you should be able to disable the search tool using the config.json for now: Will need to see how to evaluate these long-term this is also the reason the PR for the researcher subagent is still open. |
Beta Was this translation helpful? Give feedback.
I will need to evaluate these new additions thoroughly. It is similar from the researcher the ideas seem great but these smaller local models seem to have issue with them.
Maybe it is time to go for a plugin system.
Note that you should be able to disable the search tool using the config.json for now:
Will need to see how to evaluate these long-term this is also the reason the PR for the researcher subagent is still open.