Hacker News new | ask | show | jobs
by bashtoni 509 days ago
r1 doesn't support function calling, so I'd assume the answer will be no.
1 comments

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 :)