Github Copilot Desktop Canvas

#86
by AlexEBZJ - opened

This template works great thx :)

I'm encountering a weird error and I'm not sure it's in the harness or the template. We are using the github copilot app and the qwen3.8 struggles calling the canvas tool.

grafik

It claims to have it called like this

<function=...open_canvas>
  <parameter name="canvasId">browser</parameter>
  <parameter name="instanceId">browser-demo</parameter>
  <parameter name="input">{"url": "https://example.com"}</parameter>
</function>

I'm not sure the serialization is correct in this case. Other tools so far worked flawlessly, and that is what confuses me right now.

Sign up or log in to comment