Comment on Show HN: Magenta.nvim – AI coding plugin for Neovim focused on tool useparentComments−bashtoni1yr1 doesn't support function calling, so I'd assume the answer will be no.−anonymidOP1yThe interface for a provider does abstract over this, so you could implement it in the way that most other plugins do by rolling your own prompts and parsing: https://github.com/dlants/magenta.nvim/blob/main/node/provid...But yeah... it probably would take substantially more effort and be more brittle than having the model providers do it for you.I'm happy to accept PRs if folks want to go for it :)
Comments
r1 doesn't support function calling, so I'd assume the answer will be no.
The interface for a provider does abstract over this, so you could implement it in the way that most other plugins do by rolling your own prompts and parsing: https://github.com/dlants/magenta.nvim/blob/main/node/provid...
But yeah... it probably would take substantially more effort and be more brittle than having the model providers do it for you.
I'm happy to accept PRs if folks want to go for it :)