Open maxl0rd opened 2 weeks ago
Tools should be executable.
I want to:
const peepTool = ai.defineTool(...); // and then somewhere later await peepTool();
But I get the dreaded
Error: getRegistryInstance() called before runWithRegistry()
Runtime (please complete the following information):
** Node version
On Getkit next branch.
Should be fixed by https://github.com/firebase/genkit/pull/1091
Tools should be executable.
I want to:
But I get the dreaded
Runtime (please complete the following information):
** Node version
On Getkit next branch.