Niek Kruse
Niek Kruse
The docs state the following: > If the module you are mocking is a node module (eg: fs), the mock should be placed in the __mocks__ directory adjacent to node_modules....
Hi! I published a new version that fixes the bundling of the package. Unfortunately it seems like the `` tag can't be injected properly because of this issue: https://github.com/facebook/react/issues/14780 What...
I haven't had time to update the repo yet with a working version, but I am using a similar hook in one of my projects. You can check here for...
Hey @momentumdigital, you're right that this is currently not possible using this package. Unfortunately changing the function signature of `contacts.read` to support `msisdn` would involve a breaking change and we're...
This would be fantastic to also support [Fine grained tool call streaming](https://docs.anthropic.com/en/docs/agents-and-tools/tool-use/fine-grained-tool-streaming) through OpenRouter
I believe there is still an issue with the error schema. Hopefully this PR makes sense: https://github.com/OpenRouterTeam/ai-sdk-provider/pull/108