r/LocalLLaMA · · 1 min read

Tool calling, opencode qwen3.6 27b 8K

Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.

Not sure I'm ready to post an issue in the opencode repo yet but wanted to see if this is common, return to the opencode window after walking away to let it do its thing to find its stopped with this in its thinking.. Started noticing more last week or so, the fix is easy just paste the tool call back into the prompt and away it goes. It doesn't happen all the time, but enough to start becoming a pain.
<tool_call>

<function=bash>

<parameter=command>

yarn test --run 2>&1 | grep -E "✓|✔|passed"

</parameter>

<parameter=description>

Find passing tests

</parameter>

<parameter=timeout>

120000

</parameter>

</function>

</tool_call>

submitted by /u/wsintra
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/LocalLLaMA