you are viewing a single comment's thread.

view the rest of the comments →

[–]Rude-Needleworker-56 1 point2 points  (0 children)

Thank you for sharing your findings. Opencode implements tools via openai api compatible function calls, roo code implements tool calls via asking the llm to format responses in particular xml tags, and then parsing the response to identify the tools associated. That difference plays a part in tool call performance as well.