Feat: Support tool calls within reasoning #7314
Mushoz
started this conversation in
Feature Requests
Replies: 2 comments
-
There may be a workaround if the model is asked to reason in a different tag that Roo cannot parse. Then the tool call might work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try using #6744 and customize the package vsix for testing. It improves the tool calling of gpt-oss. But I think gpt-oss-20b and gpt-oss-120b are not suitable for programming. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#6816 (comment)
This comment by @daniel-lxs mentions that the closed PR should be scoped differently, and it would be beneficial to create a generic solution to allow models to perform tool calls within their reasoning. I am currently using gpt-oss-120b, and it is constantly trying to perform tool calls within its reasoning and failing due to Roocode not supporting it.
I am opening this discussion so that hopefully Daniel's wonderful suggestion can be taken into account and hopefully implemented :)
Beta Was this translation helpful? Give feedback.
All reactions